]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add support for separate debug files, which are just separate ELF files
authorTom Hughes <tom@compton.nu>
Sun, 13 Jun 2004 09:59:02 +0000 (09:59 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 13 Jun 2004 09:59:02 +0000 (09:59 +0000)
commitdc049b7c82befc8d0b9bb00a79af81c030e61967
treebd6d8a324e6bbe0774b9fa5ff3100bc9a17cbdc5
parentbb942b40c80bfe85251c6c9d9f7757b746d662f5
Add support for separate debug files, which are just separate ELF files
containing the relevant debug sections and located using the information
in the .gnu_debuglink section of the main file along with some search
rules and checksum logic borrowed from binutils/gdb.

CCMAIL: 82872-done@bugs.kde.org

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2408
coregrind/vg_symtab2.c