]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/NEWS
gdb/python: make the executable_changed event available from Python
[thirdparty/binutils-gdb.git] / gdb / NEWS
index 2d57f527b2e5fbc6f16c5f7a1a8b8263e4e2d8e6..fd7ab282f6956f067b0f4c8871249ddf4a9a4f43 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -310,6 +310,11 @@ show tui mouse-events
      file name will have been partially resolved to an absolute file
      name.
 
+  ** A new executable_changed event registry is available.  This event
+     emits ExecutableChangedEvent objects, which have 'progspace' (a
+     gdb.Progspace) and 'reload' (a Boolean) attributes.  This event
+     is emitted when gdb.Progspace.executable_filename changes.
+
 *** Changes in GDB 13
 
 * MI version 1 is deprecated, and will be removed in GDB 14.