This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: MI *stopped reason
On Thu, Jul 14, 2005 at 06:12:55PM +0400, Konstantin Karganov wrote:
> Hello.
>
> When the execution of the debuggee stops the debugger reports the result
> as "*stopped, reason='...' ". I'd like to know if the reason should always
> be specified, or not.
> Currently, there are cases when the reason is missing (for example, when
> stopped on a temporary breakpoint).
I believe the reason should always be specified. Although there is no MI
standard that states it, right? If you know where to add the reason in
breakpoint.c simply add a new enumeration to
mi/mi-command.h:async_reply_reason.
Without the reason, the front end is left a little confused as to what
happened.
Thanks,
Bob Rossi