I have a question regarding debugging symbols in C/C++ programs. I have a visualization tool for Java programs that takes in a heap snapshot and displays a graph representation of the contents of the ...
Let's say I have a piece of code that I build using gcc with -g3. I link the object files together with the -rdynamic flag and make an executable. Let's say for the sake of argument that the binary is ...