Re: What exactly does is_variable_sized test for?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Amittai Aviram <amittai.Aviram@xxxxxxxx> writes:

> On Feb 22, 2012, at 8:19 PM, Ian Lance Taylor wrote:
>
>> Amittai Aviram <amittai.Aviram@xxxxxxxx> writes:
>> 
>>> Thanks a lot for the explanation and the advice.  I do have to unpack the macros sometimes when I want to verify a value while running GCC under GDB.
>> 
>> Look at gcc/gdbinit.in for convenient ways to dump the internal
>> representation when running under gdb.
>> 
>> Ian
>
>
> Sorry--this looks interesting, but I do not understand exactly how to use it.  Which are the commands and what are the arguments?  What does "$" mean?  I didn't see anything about this on the DebuggingGCC Wiki.  Thanks!


In gdb, if x is a tree, do

print x
pgs

or

print x
pt

$ refers to the last value printed by gdb.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux