Commit Graph

10 Commits

Author SHA1 Message Date
Aleksey Kislitsa b3131109b8 Change command for exctraction .build-id debug files 2022-05-13 12:49:45 +03:00
a1gx 920a9f313b fix zstd support 2022-03-26 19:29:55 +08:00
Lonny Wong 228b1b04a6 copy .build-id/* to /usr/lib/debug/.build-id/
https://sourceware.org/gdb/onlinedocs/gdb/Separate-Debug-Files.html

So, for example, suppose you ask GDB to debug /usr/bin/ls, which has a
debug link that specifies the file ls.debug, and a build ID whose value
in hex is abcdef1234. If the list of the global debug directories
includes /usr/lib/debug, then GDB will look for the following debug
information files, in the indicated order:

- /usr/lib/debug/.build-id/ab/cdef1234.debug
- /usr/bin/ls.debug
- /usr/bin/.debug/ls.debug
- /usr/lib/debug/usr/bin/ls.debug.
2022-02-05 23:39:38 +08:00
Y7n05h 4a3f609cdd add zstd support 2021-12-01 13:43:06 +08:00
Kirit0o 8d25817af0 fix extract 2021-09-30 10:13:11 +08:00
lonnywang 66008f9f5e extract soft link 2020-09-10 00:46:36 +08:00
lonnywang 17861af22c chmod +x 2020-09-09 21:20:03 +08:00
matrix1001 952f6d39e7 add compile source 2019-06-26 17:28:51 +08:00
matrix1001 43ecc3621c simplify extract 2019-06-26 11:20:02 +08:00
matrix1001 3ac92dc583 add extract 2019-06-26 09:50:34 +08:00