Bug#611004: gdb: default debug-file-directory is wrong

2011-01-25 Thread Diego Nieto Cid
I hoped nobody would see this. Oh well, we're humans. :) 2011/1/25 Daniel Jacobowitz : > > This is fine on x86_64-linux. > Is it specific to the Hurd, or specific to the 7.2-1+b1 rebuild? > I was running gdb from /usr/local without noticing. Once I removed it and run the binary from the package i

Bug#611004: gdb: default debug-file-directory is wrong

2011-01-25 Thread Daniel Jacobowitz
On Mon, Jan 24, 2011 at 05:41:34PM +, Diego Nieto Cid wrote: > Debug packages install symbols under /usr/lib/debug but gdb's default > symbol directory is located in /usr/local. This is fine on x86_64-linux. Is it specific to the Hurd, or specific to the 7.2-1+b1 rebuild? > $ gdb --batch -ex

Bug#611004: gdb: default debug-file-directory is wrong

2011-01-24 Thread Diego Nieto Cid
Package: gdb Version: 7.2-1+b1 Severity: normal Debug packages install symbols under /usr/lib/debug but gdb's default symbol directory is located in /usr/local. $ gdb --batch -ex "show debug-file-directory" The directory where separate debug symbols are searched for is "/usr/local/lib/debug".