From: Phil Muldoon Date: Mon, 14 Mar 2011 17:48:54 +0000 (+0000) Subject: 2011-03-14 Phil Muldoon X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=824446ad103a6065c709fbb539ff279daa8fe774;p=binutils-gdb.git 2011-03-14 Phil Muldoon * NEWS: Delete duplicate entry. Fix typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 32294ebac47..16e197bb660 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-03-14 Phil Muldoon + + * NEWS: Delete duplicate entry. Fix typo. + 2011-03-14 Pierre Muller Fix ARI warning about function names in first column. diff --git a/gdb/NEWS b/gdb/NEWS index fb363832ea0..e6fc9f2c2af 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.