Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デバッグ情報付きのプログラムをビルドすると ( gcc -g)、gdb関数内のローカル変数のアドレスを教えてくれます。したがって、デバッグ シンボルには、これを計算するのに十分な情報 (つまり、 からのオフセットebp)が含まれている必要gdbがlibbfdあります。
gcc -g
gdb
ebp
libbfd
ただし、libbdfのドキュメントには、これについて何も記載されていないようです。libbfdこの情報を教えてもらえますか?
libbdf