Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* expanding backtrace
@ 2006-06-28  3:05 Cameron Stone
  2006-06-28 14:02 ` Daniel Jacobowitz
  2006-06-29  2:27 ` Andrew STUBBS
  0 siblings, 2 replies; 4+ messages in thread
From: Cameron Stone @ 2006-06-28  3:05 UTC (permalink / raw)
  To: gdb

I'm trying to write a script to print an expanded backtrace. It's basically:

while loop_condition
	print frame
	print local variables
	print list (context)
	up-silently
end

However, I can't figure out how to implement the loop condition. All the 
functions in the manual are about how to print that information, but can't 
figure out how to get it into a variable or something that can be used to 
break the loop.

Apologies if this has already been dealt with. I couldn't find it in the list 
archives.
-- 
===================================================================

"Man is the only animal that blushes -- or needs to." - Mark Twain

Cameron Stone                            <camerons@cse.unsw.edu.au>
===================================================================


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-06-27 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-28  3:05 expanding backtrace Cameron Stone
2006-06-28 14:02 ` Daniel Jacobowitz
2006-06-29  2:27 ` Andrew STUBBS
2006-06-29  3:48   ` Nick Roberts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox