old-cross-binutils/gdb/mi
Yao Qi bb25a15c8f gdb/doc:
* gdb.texinfo (GDB/MI Async Records): Document new MI
	notifications '=tsv-created' and '=tsv-deleted'.
	* observer.texi (GDB Observers): New observer tsv_created and
	tsv_deleted.

gdb:

	* mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
	(mi_interpreter_init): Call observer_attach_tsv_created and
	observer_attach_tsv_deleted.
	(mi_tsv_created, mi_tsv_deleted): New.
	* tracepoint.c (delete_trace_state_variable): Call
	observer_notify_tsv_deleted.
	(trace_variable_command): Call observer_notify_tsv_created.
	(delete_trace_variable_command): Call
	observer_notify_tsv_deleted.
	(create_tsv_from_upload): Call observer_notify_tsv_created.
	* NEWS: Mention it.

gdb/testsuite:

	gdb.trace/mi-tsv-changed.exp: New.
2012-09-18 12:09:28 +00:00
..
ChangeLog-1999-2003
mi-cmd-break.c 2012-05-14 Stan Shebs <stan@codesourcery.com> 2012-05-14 15:38:41 +00:00
mi-cmd-disas.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-cmd-env.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-cmd-file.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-cmd-info.c 2012-05-23 Stan Shebs <stan@codesourcery.com> 2012-05-24 00:33:47 +00:00
mi-cmd-stack.c * tracepoint.c (scope_info): Update. 2012-05-10 19:50:09 +00:00
mi-cmd-target.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-cmd-var.c gdb/ 2012-08-02 09:36:40 +00:00
mi-cmds.c gdb/doc: 2012-09-18 11:33:43 +00:00
mi-cmds.h gdb/ 2012-08-31 08:41:57 +00:00
mi-common.c 2012-01-11 Andreas Tobler <andreast@fgznet.ch> 2012-01-11 21:51:31 +00:00
mi-common.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
mi-console.c Make logging work for MI. 2012-06-28 22:11:23 +00:00
mi-console.h Make logging work for MI. 2012-06-28 22:11:23 +00:00
mi-getopt.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-getopt.h * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-interp.c gdb/doc: 2012-09-18 12:09:28 +00:00
mi-main.c gdb/ 2012-08-31 08:41:57 +00:00
mi-main.h gdb/doc: 2012-09-18 11:33:43 +00:00
mi-out.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-out.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
mi-parse.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-parse.h * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-symbol-cmds.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00