This is the mail archive of the gdb-patches@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: [PATCH]: Improve TUI breakpoint display


On Mon, 26 Aug 2002, Stephane Carrez wrote:

> The following patch improves this to:
> 
>    - have a single place to detect if a source line has a breakpoint
>    - display more info about breakpoints.
>      The following type marker is displayed (only one of them):
> 
>            b    Breakpoint at line, never hit
>            B    Breakpoint at line, hit > 0
>            h    Hardware breakpoint, never hit
>            H    Hardware breakpoint, hit > 0
> 
>      In addition, a '+' is displayed for breakpoints that are enabled
>      and a '-' is displayed for those disabled.
> 
>      We can now see:  'B+' or 'b-' instead of '*' in the execution window.

Please add a patch to gdb.texinfo, which currently says a breakpoint is 
marked with a lone `*'.  Otherwise, TUI users will not be able to figure 
out what those indications mean.

Thanks.


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