This is the mail archive of the gdb-patches@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]

Re: [PATCH 3/5] Add id of TSV into traceframe_info.


On 06/07/2013 10:39 PM, Eli Zaretskii wrote:
+* GDB now understands the element 'tvar' in the XML traceframe info.
>+
Shouldn't we tell what that element means or does?

>+  ** GDBserver now adds element 'tvar' in the XML in the reply to
>+     'qXfer:traceframe-info:read'.
And here.


This element has the id of trace state variables collected in the trace frame. How about this,

* GDB now understands the element 'tvar' in the XML traceframe info.
  It has the id of the collected trace state variables.

and

  ** GDBserver now adds element 'tvar' in the XML in the reply to
     'qXfer:traceframe-info:read'.  It has the id of the collected
     trace state variables.


--
Yao (éå)


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