diff options
author | Yao Qi <yao@codesourcery.com> | 2012-09-21 01:46:46 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-09-21 01:46:46 +0000 |
commit | 82a90ccf2a55f1cdd4266e638a442bb07df6235f (patch) | |
tree | 8033a64b459af875a3c968054f8cbb8ddcaea450 /gdb/NEWS | |
parent | 27755b66789bfeb0b1935c66e45cf2624f8ca1bb (diff) | |
download | gdb-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |