radareorg/radare2

Symbols in /usr/lib/debug aren't automatically loaded

開放

#8,666 建立於 2017年10月9日

 (12 則留言) (2 個反應) (0 位負責人)C (3,229 個分叉)batch import
RBindebug-infogood first issuehigh-priority

倉庫指標

星標
 (23,826 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

See https://github.com/radare/radare2/issues/4888 for context.

Several linux systems split debug symbols from executables and installs them under /usr/lib/debug/ e.g. /usr/path/to/bin/cmd has symbols at /usr/lib/debug/usr/path/to/bin/cmd. radare2 1.6.0 doesn't appear to load these symbols. The symbols for calls are missing, attemping to seek, s, to a function fails, etc. On the other hand, gdb automatically loads the symbols from these files.

貢獻者指南