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: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Fri, 02 Nov 2012 08:41:52 -0600
- Subject: Re: [PATCH] Fix PR14617: New MI notification on tracepoint modified.
- References: <1350556586-12800-1-git-send-email-yao@codesourcery.com> <87txt9qdbf.fsf@fleche.redhat.com> <50936A39.8080804@codesourcery.com>
>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:
Yao> Inspired by your comments, 'breakpoint-modified' notification has covered
Yao> tracepoint modification, which I didn't realize. This version is much
Yao> simpler because we can put tracepoint object to function
Yao> observer_notify_breakpoint_modified, and "pass" field appears in the
Yao> MI notification. On the other hand, existing observers
Yao> tracepoint_{created,deleted,modified} are useless, so they are removed
Yao> in this patch as well.
Yao> Regression tested on x86_64-linux. Is it OK?
It seems reasonable to me.
Ok.
Tom