Examining the Symbol Table

Posted by Beetle B. on Tue 28 January 2020

You can do things like query which symbol is at an address (or close to it). You can demangle names. Or the information about the current scope or source file. Or functions. Or variables.

tags : gdb