Pointing symbol-file folder for gdb

Posted by pzico on Stack Overflow See other posts from Stack Overflow or by pzico
Published on 2010-05-14T09:30:30Z Indexed on 2010/05/14 9:34 UTC
Read the original article Hit count: 253

Filed under:
|
|

You can point a single symbol file to gdb with command symbol-file /usr/lib/debug/symbolfile.so

But how to tell gdb to load all symbol-files from given path including subdirectories?

© Stack Overflow or respective owner

Related posts about gdb

Related posts about symbol