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.


> Date: Tue, 30 Oct 2012 15:02:59 +0800
> From: Yao Qi <yao@codesourcery.com>
> 
> On 10/18/2012 06:36 PM, Yao Qi wrote:
> > gdb:
> >
> > 	Fix PR gdb/14617.
> > 	* NEWS: Mention new MI notification "=tracepoint-modified".
> >
> > 	* breakpoint.c (trace_pass_set_count): Update caller of
> > 	observer_notify_tracepoint_modified.
> > 	* mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
> >
> > 	* mi/mi-interp.c: Declare 'mi_tracepoint_modified'.
> > 	(mi_interpreter_init): Attach 'mi_tracepoint_modified'
> > 	to 'tracepoint-modified' observer.
> > 	(mi_breakpoint_modified): New.
> > 	* observer.sh (struct objfile;): Declare 'struct tracepoint'.
> >
> > gdb/testsuite:
> >
> > 	Fix PR gdb/14617.
> > 	* gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
> > 	Remove setup_kfail, and update test.
> 
> Ping? http://sourceware.org/ml/gdb-patches/2012-10/msg00321.html

OK for the docs.


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