This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Fix PR14617: New MI notification on tracepoint modified.
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 18 Oct 2012 19:33:48 +0200
- Subject: Re: [PATCH] Fix PR14617: New MI notification on tracepoint modified.
- References: <1350556586-12800-1-git-send-email-yao@codesourcery.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> 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.