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]

Re: [RFA] Remote symbol lookup protocol (resubmit)


Andrew Cagney wrote:
> 
> > The typical transaction would look like this:
> >
> > gdb:    qSymbol::
> > target: qSymbol:<first desired symbol>
> > gdb:    qSymbol:<value>:<first desired symbol>
> > target: qSymbol:<next desired symbol>
> > [...]
> > target: qSymbol:<last desired symbol>
> > gdb:    qSymbol:<value>:<last desired symbol>
> > target: OK
> >
> > The <value> field may be empty if gdb is not able to find a
> > value for the requested symbol.
> 
> Yes, thanks!  I'll see about updating the docs so that this is used as a
> reference example for people that want to add other similar features.

OK, committed.


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