swarm-support
[Top][All Lists]
Advanced

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

Re: simplest gdb commands


From: Marcus G. Daniels
Subject: Re: simplest gdb commands
Date: 27 Nov 2000 17:38:03 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "DC" == Daniel Calhoun <address@hidden> writes:

DC> What is the command that will give me a panel of the values of
DC> variables for the frame being currently referenced in a
DC> backtrace? 

"info locals" should do that.  

Also you can do "print *self" in Objective C code and see the ivar values
(with or without a specially-equipped GDB for Objective C).

An online version of the GDB manual is available from the GNU website:

  http://www.gnu.org/manual/manual.html


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]