This is the mail archive of the gdb@sourceware.org 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]
Other format: [Raw text]

trace state variables -- remote protocol


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


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