aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-09-18 12:09:28 +0000
committerYao Qi <yao@codesourcery.com>2012-09-18 12:09:28 +0000
commitbb25a15c8fdacbdab231bba159894942cdfece2b (patch)
treea124eea8f88e821de7fefbb8c6beb1758f3dde6b /gdb/NEWS
parent201b4506b3d34c274cdc5ec5ffb8f6e43fc982a9 (diff)
downloadgdb-bb25a15c8fdacbdab231bba159894942cdfece2b.zip
gdb-bb25a15c8fdacbdab231bba159894942cdfece2b.tar.gz
gdb-bb25a15c8fdacbdab231bba159894942cdfece2b.tar.bz2
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index e282927..1364fdb 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -45,6 +45,8 @@ py [command]
"=cmd-param-changed".
** Trace frame changes caused by command "tfind" are now notified using
new async record "=traceframe-changed".
+ ** The creation and deletion of trace state variables are now notified
+ using new async records "=tsv-created" and "=tsv-deleted".
*** Changes in GDB 7.5