radareorg/radare2

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

オープン

#8,666 opened on 2017/10/09

 (12 件のコメント) (2 件のリアクション) (0 人の担当者)C (3,229 件のフォーク)batch import
RBindebug-infogood first issuehigh-priority

Repository metrics

Stars
 (23,826 個のスター)
PR merge metrics
 (平均マージ 16h 24m) (30d で 99 merged PRs)

説明

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.

コントリビューターガイド