public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Backtrace (call stack) feature request
@ 2000-11-28 16:57 Fabrice Gautier
  2000-11-29  8:42 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Gautier @ 2000-11-28 16:57 UTC (permalink / raw)
  To: 'insight@sources.redhat.com'

Hi,

I've noticed a difference between the information shown by the bt command
and the information shown by the call stack window:

The bt command shows the name and value of the parameter for each function,
the call stack window shows the type of the parameter.

I prefer the bt way. And would like to have the same in the window.

Thanks
-- 
Fabrice Gautier
fabrice_gautier@sdesigns.com 

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

* Re: Backtrace (call stack) feature request
  2000-11-28 16:57 Backtrace (call stack) feature request Fabrice Gautier
@ 2000-11-29  8:42 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2000-11-29  8:42 UTC (permalink / raw)
  To: Fabrice Gautier; +Cc: 'insight@sources.redhat.com'

Fabrice Gautier wrote:
> 
> Hi,
> 
> I've noticed a difference between the information shown by the bt command
> and the information shown by the call stack window:
> 
> The bt command shows the name and value of the parameter for each function,
> the call stack window shows the type of the parameter.
> 
> I prefer the bt way. And would like to have the same in the window.
> 

For the record, I do, too. However, getting this information from gdb is
a MAJOR pain. Yes, I am the one to blame for the stack window (well, not
the window, just the info in it).

I got *really* sick and tired of waiting ten minutes for a stack trace
in gdbtk. I implemented what is currently being used and stack traces
got very fast.

I'm not sure that there is too much more that we can do with it without
really slowing it down or teaching gdb how to give us the information we
want. The problem is getting the values of variables. It's a nightmare
-- and I should know: I did them all. :-(

Sigh.
Keith

PS. I don't know of any other graphical debugger that will give you args
in the call stack, so we're not alone. All of them will show args in the
"locals" window (or equivalent). Sigh.

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

end of thread, other threads:[~2000-11-29  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-28 16:57 Backtrace (call stack) feature request Fabrice Gautier
2000-11-29  8:42 ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).