[Bug binutils/20876] objdump is not aware about the build ID method to find detached debug info

2017-01-13 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20876 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug binutils/20876] objdump is not aware about the build ID method to find detached debug info

2017-01-13 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20876 --- Comment #11 from cvs-commit at gcc dot gnu.org --- The binutils-2_28-branch branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=695f5e30a3668bb65141b13351f8e3d9da2b841b commit 695f5e30a366

[Bug binutils/20876] objdump is not aware about the build ID method to find detached debug info

2017-01-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20876 Nick Clifton changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #10 from Nick Cli

[Bug binutils/20876] objdump is not aware about the build ID method to find detached debug info

2017-01-12 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20876 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2425a30e406a0523020b7e70abb864a06a45bb97 commit 2425a30e406a0523020b7e70abb

[Bug binutils/20876] objdump is not aware about the build ID method to find detached debug info

2017-01-12 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20876 --- Comment #8 from Matthias Klose --- yes, I am, thanks for working on this. Could you apply it to the 2.28 branch as well? -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug binutils/20876] objdump is not aware about the build ID method to find detached debug info

2017-01-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20876 Nick Clifton changed: What|Removed |Added Attachment #9748|0 |1 is obsolete|

[Bug binutils/20876] objdump is not aware about the build ID method to find detached debug info

2017-01-11 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20876 --- Comment #6 from Matthias Klose --- applying this on top of your patch works for me. The global debug directory doesn't have the dirname of the original file, so don't append `canon_dir'. Not sure if that needs to be stripped from the test

[Bug binutils/20876] objdump is not aware about the build ID method to find detached debug info

2017-01-11 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20876 --- Comment #5 from Matthias Klose --- no, still doesn't strip the dirname, and one location is search twice. open("/usr/lib/debug/bin/.build-id/1b/1d2d0a5c825e50e07e80595427894ef0af116b.debug", O_RDONLY) = -1 ENOENT (No such file or director

[Bug binutils/20876] objdump is not aware about the build ID method to find detached debug info

2017-01-11 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20876 Nick Clifton changed: What|Removed |Added Attachment #9746|0 |1 is obsolete|

[Bug binutils/20876] objdump is not aware about the build ID method to find detached debug info

2017-01-11 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20876 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #3

[Bug binutils/20876] objdump is not aware about the build ID method to find detached debug info

2017-01-10 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20876 --- Comment #2 from Matthias Klose --- this doesn't seem to work yet. I now get: $ readelf -n /bin/ls | grep 'Build ID' Build ID: 1b1d2d0a5c825e50e07e80595427894ef0af116b $ strace objdump --disassemble -S /bin/ls 2>&1 | grep debug open("

[Bug binutils/20876] objdump is not aware about the build ID method to find detached debug info

2017-01-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20876 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1