]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- try to direct load before searching in specific dirs.
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 2 Sep 2006 18:00:30 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdb-absolute-gnu_debuglink-path.patch -> 1.1

gdb-absolute-gnu_debuglink-path.patch [new file with mode: 0644]

diff --git a/gdb-absolute-gnu_debuglink-path.patch b/gdb-absolute-gnu_debuglink-path.patch
new file mode 100644 (file)
index 0000000..a6b4eb2
--- /dev/null
@@ -0,0 +1,12 @@
+--- gdb-6.5/gdb/symfile.c.orig 2006-02-25 05:36:39.000000000 +0100
++++ gdb-6.5/gdb/symfile.c      2006-09-02 19:11:49.398989750 +0200
+@@ -1186,6 +1186,9 @@
+   if (basename == NULL)
+     return NULL;
++  if (separate_debug_file_exists (basename, crc32))
++    return basename;
++
+   dir = xstrdup (objfile->name);
+   /* Strip off the final filename part, leaving the directory name,
This page took 0.042615 seconds and 4 git commands to generate.