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: [rfc] Annotation level THREE


> > The above list also contains thing like field-{begin,end},
> > > array-section-{begin,end} et.al. Why are they needed.
> > > > I use them to parse the output. They could probably go, if necessary, but
> > others that you plan to take out *are* needed.
> > Can you please be more specific?


Perhaps I could turn that question round. Which annotations are you planning
to keep?

I think annotations can be split into two categores:


- events
These let GDB notify the GUI of internal state changes.

- markups
These try to make CLI output, intended solely for a human, machine parsable.

The events remain (target changed, breakpoint created, ....). The markups are removed (*-{begin,end})

Andrew



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