Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* [RFC] Inferior stop events
@ 2001-06-13 13:45 Keith Seitz
  2001-06-14  0:59 ` Eli Zaretskii
  2001-06-15  0:10 ` Andrew Cagney
  0 siblings, 2 replies; 9+ messages in thread
From: Keith Seitz @ 2001-06-13 13:45 UTC (permalink / raw)
  To: gdb

Hi,

The next part of my ongoing quest to get information out of gdb:
inferior_stop events. These events are to inform a UI that the inferior
has stopped running and why it has stopped.

I propose to take "enum stop_reason" from infrun.c and move it into
inferior.h. This enum will be used by both print_stop_reason (which is
really a cli function) and user interfaces, like Insight. (Pretend I
didn't say that.)

It is then my intention to litter infrun.c with event notifications, which
provide a reason for the stop, and some supplemental info on the stop
(signal, exit status, breakpoint#, etc).

Does this sound like a reasonable approach?

Your comments and recommendations appreciated.
Keith


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

end of thread, other threads:[~2001-06-15 13:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-13 13:45 [RFC] Inferior stop events Keith Seitz
2001-06-14  0:59 ` Eli Zaretskii
2001-06-14  8:13   ` Keith Seitz
2001-06-14  9:00     ` Eli Zaretskii
2001-06-15  0:10 ` Andrew Cagney
2001-06-15  7:38   ` Keith Seitz
2001-06-15 10:44     ` Elena Zannoni
2001-06-15 10:58       ` Keith Seitz
2001-06-15 13:44         ` Andrew Cagney

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