[vox-tech] advanced gdb question

Peter Jay Salzman vox-tech@lists.lugod.org
Fri, 14 Jun 2002 08:45:11 -0700


hey there,

every tutorial on gdb says "compile with -g" within the first few lines.
but what if you don't?  or rather, what if you can't compile with -g?

but how do you inspect arguments, local variables, etc. in a given frame
if you don't know the address of these variables because the symbol
table is unavailable?

pete