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.


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


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