aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPhil Muldoon <pmuldoon@redhat.com>2011-03-14 17:48:54 +0000
committerPhil Muldoon <pmuldoon@redhat.com>2011-03-14 17:48:54 +0000
commit824446ad103a6065c709fbb539ff279daa8fe774 (patch)
tree025ec81a99ddace24d3812f14f32f719d6b19289 /gdb/NEWS
parent0429c154e12645d99b8479a39c948f42f18d823c (diff)
downloadgdb-824446ad103a6065c709fbb539ff279daa8fe774.zip
gdb-824446ad103a6065c709fbb539ff279daa8fe774.tar.gz
gdb-824446ad103a6065c709fbb539ff279daa8fe774.tar.bz2
2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Delete duplicate entry. Fix typo.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS10
1 files changed, 1 insertions, 9 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index fb36383..e6fc9f2 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -70,15 +70,7 @@
** Python Support for Inferior events.
Python scripts can add observers to be notified of events
- occurring the in process being debugged.
- The following events are currently supported:
- - gdb.events.cont Continue event.
- - gdb.events.exited Inferior exited event.
- - gdb.events.stop Signal received, and Breakpoint hit events.
-
- ** Python Support for Inferior events.
- Python scripts can add observers to be notified of events
- occurring the in process being debugged.
+ occurring in the process being debugged.
The following events are currently supported:
- gdb.events.cont Continue event.
- gdb.events.exited Inferior exited event.