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] Fix PR14617: New MI notification on tracepoint modified.


> From: Yao Qi <yao@codesourcery.com>
> Date: Thu, 18 Oct 2012 18:36:26 +0800
> 
> As PR gdb/14617 described, when the passcount of a tracepoint is
> modified, GDB doesn't emit any notification.  This patch adds a
> new notification '=tracepoint-modified' for the changes to
> tracepoint-specific attributes.  The reason I don't use
> '=breakpoint-modified' notification is that IMO, it is about
> changes to general breakpoints (breakpoint, tracepoint, catchpoint,
> etc), so I don't want to put tracepoint-specific stuff into
> it.
> 
> Regression tested on x86_64-linux with both native and gdbserver,
> OK to apply?

The documentation parts are OK.  Thanks.


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