This is the mail archive of the gdb@sources.redhat.com 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: GDB 6


On Sun, May 11, 2003 at 09:13:20PM +0100, Nick Roberts wrote:
> 
>  > > Here is a revised and reduced list of annotations that I think I could
>  > > work with:
>  > > 
>  > > frames-invalid
>  > > breakpoints-invalid
>  > > pre-prompt
>  > > prompt
>  > > commands
>  > > overload-choice
>  > > query
>  > > prompt-for-continue
>  > > post-prompt
>  > > source
>  > > starting
>  > > exited
>  > > signalled
>  > > signal
>  > > breakpoint
>  > > watchpoint
>  > > frame-begin
>  > > stopped
>  > 
>  > I'm not sure about frame begin.  Things like frames-invalid are events 
>  > and they can stay (forever? ...).
>  > 
> 
> I don't really need frame-begin. The problem that I have, however, is that
> frame-begin (and other annotations) are issued *before* stopped. This meant
> that sometimes Emacs thought that frame details output by Gdb were output by
> the inferior and so they were displayed in the IO buffer. I can only reproduce
> this problem now with tbreak where a typical annotation sequence (avoiding
> many repeats) looks like:

Is it possible for you to use the tty command?
This is what I do with cgdb.
That way you always know if the output is from the inferior or from gdb.

Bob Rossi


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