This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Support for enabling/disabling tracepoints while a trace experiment is running
- From: Tom Tromey <tromey at redhat dot com>
- To: Kwok Cheung Yeung <kcy at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 06 May 2011 11:41:37 -0600
- Subject: Re: [PATCH] Support for enabling/disabling tracepoints while a trace experiment is running
- References: <4DC2DDEF.10600@codesourcery.com>
>>>>> ">" == Kwok Cheung Yeung <kcy@codesourcery.com> writes:
>> This patch adds support for enabling or disabling tracepoints while
>> an experiment is running, by sending a new remote command to the
>> gdbserver whenever this happens.
Just one nit...
>> Index: gdb/NEWS
[...]
>> Initial support for the OpenCL C language (http://www.khronos.org/opencl)
>> has been integrated into GDB.
>> +* Tracepoints can now be enabled and disabled at any time after a trace
>> + experiment has been started using the standard "enable" and "disable"
>> + commands. If a trace experiment is started with no enabled
>> + tracepoints, then a warning will be printed but the experiment will
>> + proceed anyway.
I think these additions are in the "in 7.3" section but they should be
in the "since 7.3" section.
Tom