This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Dereferencing pointers on "backtrace full"


>>>>> "Michael" == Michael Snyder <msnyder@vmware.com> writes:

Tom> You might be able to do it using Python scripting, in CVS GDB.  I am not
Tom> certain... we have a "backtrace" written purely in Python on the archer
Tom> python branch, but offhand I don't recall whether all the infrastructure
Tom> bits needed for this have been pushed upstream yet.

Michael> Using the old-style gdb scripting language:
Michael> while (1)
Michael>   info locals
Michael>   up
Michael> end

This doesn't dereference pointers.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]