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.
これが私のスタックトレースだとします:
#0 f1 () at foo.c:n #1 f2 () at foo.c:n #2 f3 () at foo.c:n #3 f4 () at foo.c:n
GDBスクリプトで次のようなことができるようにしたい:
printf "function %s called function %s\n", $f1_name, $f2_name
これは可能ですか?この種のメタデータを含む構造体はどこかにありますか?