This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 3/5] Add id of TSV into traceframe_info.
- From: Yao Qi <yao at codesourcery dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: <gdb-patches at sourceware dot org>
- Date: Sat, 8 Jun 2013 13:21:39 +0800
- Subject: Re: [PATCH 3/5] Add id of TSV into traceframe_info.
- References: <1370610493-26468-1-git-send-email-yao at codesourcery dot com> <1370610493-26468-4-git-send-email-yao at codesourcery dot com> <83r4get27u dot fsf at gnu dot org>
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 (éå)