General Query Packets: custom vendor packets
Daniel Jacobowitz
drow@false.org
Tue Sep 25 15:41:00 GMT 2012
On Mon, Sep 24, 2012 at 3:51 PM, Paralkar Anmol-B07584
<B07584@freescale.com> wrote:
> Hello,
>
> Per, E.4 General Query Packets in the GDB User Manual:
>
> "The names of custom vendor packets should use a company prefix, in lower case,
> followed by a period. For example, packets designed at the Acme Corporation
> might begin with `qacme.foo' (for querying foos) or `Qacme.bar' (for setting bars)."
>
> How does one get GDB to send a Qacme.bar-packet on the RSP? We need to be able to send
> such a set packet - after doing a 'target remote' and before GDB sends a 'g'-packet.
Usually, you do it by patching GDB. You could also try the "maint
packet" command from your GDB scripts:
http://sourceware.org/gdb/onlinedocs/gdb/Maintenance-Commands.html
--
Thanks,
Daniel
More information about the Gdb
mailing list