]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/NEWS
Add Python support for GDB events.
[thirdparty/binutils-gdb.git] / gdb / NEWS
index c53dbc705e61e7316d1ea009cbb656f07e7092d3..234fb7be382305f7a456f521da6d4f07d9ddd44c 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
   ** The gdb.InferiorThread class has a new "name" attribute.  This
      holds the thread's name.
 
+  ** 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.
+
 * C++ Improvements:
 
   ** GDB now puts template parameters in scope when debugging in an