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] Support for enabling/disabling tracepoints while a trace experiment is running


>>>>> ">" == 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


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