trace state variables -- remote protocol

David Taylor dtaylor@emc.com
Thu Jul 24 21:03:00 GMT 2014


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



More information about the Gdb mailing list