2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Delete duplicate entry. Fix typo.
This commit is contained in:
parent
0429c154e1
commit
824446ad10
|
@ -1,3 +1,7 @@
|
||||||
|
2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
|
|
||||||
|
* NEWS: Delete duplicate entry. Fix typo.
|
||||||
|
|
||||||
2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
|
2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
Fix ARI warning about function names in first column.
|
Fix ARI warning about function names in first column.
|
||||||
|
|
10
gdb/NEWS
10
gdb/NEWS
|
@ -70,15 +70,7 @@
|
||||||
|
|
||||||
** Python Support for Inferior events.
|
** Python Support for Inferior events.
|
||||||
Python scripts can add observers to be notified of 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.
|
|
||||||
- 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.
|
|
||||||
The following events are currently supported:
|
The following events are currently supported:
|
||||||
- gdb.events.cont Continue event.
|
- gdb.events.cont Continue event.
|
||||||
- gdb.events.exited Inferior exited event.
|
- gdb.events.exited Inferior exited event.
|
||||||
|
|
Loading…
Reference in New Issue