aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-09-21 01:46:46 +0000
committerYao Qi <yao@codesourcery.com>2012-09-21 01:46:46 +0000
commit82a90ccf2a55f1cdd4266e638a442bb07df6235f (patch)
tree8033a64b459af875a3c968054f8cbb8ddcaea450 /gdb/NEWS
parent27755b66789bfeb0b1935c66e45cf2624f8ca1bb (diff)
downloadgdb-82a90ccf2a55f1cdd4266e638a442bb07df6235f.zip
gdb-82a90ccf2a55f1cdd4266e638a442bb07df6235f.tar.gz
gdb-82a90ccf2a55f1cdd4266e638a442bb07df6235f.tar.bz2
gdb/doc:
2012-09-21 Yao Qi <yao@codesourcery.com> Pedro Alves <palves@redhat.com> * gdb.texinfo (GDB/MI Async Records): Document notification 'record-started' and 'record-stopped'. * observer.texi (GDB Observers): New observer 'record-changed'. gdb: 2012-09-21 Yao Qi <yao@codesourcery.com> * mi/mi-interp.c: Declare mi_record_changed. (mi_interpreter_init): Call observer_attach_record_changed. (mi_record_changed): New. * record.c (record_open): Call observer_notify_record_changed. (cmd_record_stop): Call observer_notify_record_changed. * NEWS: Mention it. gdb/testsuite: 2012-09-21 Yao Qi <yao@codesourcery.com> * gdb.mi/mi-record-changed.exp: New. * gdb.mi/mi-reverse.exp: Adjust expected output.
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 86f57d8..abd0932 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -55,6 +55,8 @@ py [command]
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".
+ ** The start and stop of process record are now notified using new
+ async record "=record-started" and "=record-stopped".
*** Changes in GDB 7.5