Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* trace state variables -- remote protocol
@ 2014-07-24 21:03 David Taylor
  2014-07-26 23:05 ` Samuel Bronson
  0 siblings, 1 reply; 2+ messages in thread
From: David Taylor @ 2014-07-24 21:03 UTC (permalink / raw)
  To: gdb

A minor documentation nit --

I am looking into implementing trace state variables for our new GDB
stub and noticed a discrepancy between the documentation and the code.

In the documentation the QTDV message is described as having two fields

    QTDV:n:value

where 'n' is the trace state variable number and 'value' is its value.

Looking at the code in GDB, it should be:

    QTDV:n:value:builtin:name

where

    n is the trace state variable number
    value is its value
    builtin is a boolean -- is it builtin to the stub or not
    name is a string

David
--
David Taylor
dtaylor at emc dot com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-26 23:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-24 21:03 trace state variables -- remote protocol David Taylor
2014-07-26 23:05 ` Samuel Bronson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox