This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] [doc] [obv] Remove duplicate Python news item. Fix typo.


I am about to commit this under the obvious rule.  There is a duplicate
entry in the NEWS.  Also a small typo.  The patch looks a little weird,
but it amounts to one entry and one fixed typo. ;)

Cheers

Phil

--

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]