trace state variables -- remote protocol
David Taylor <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <13630.1406235804@usendtaylorx2l> |
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