aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 6523ad1..20f53a0 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -319,6 +319,13 @@ show tui mouse-events
gdb.Progspace) and 'reload' (a Boolean) attributes. This event
is emitted when gdb.Progspace.executable_filename changes.
+ ** New event registries gdb.events.new_progspace and
+ gdb.events.free_progspace, these emit NewProgspaceEvent and
+ FreeProgspaceEvent event types respectively. Both of these event
+ types have a single 'progspace' attribute, which is the
+ gdb.Progspace that is either being added to GDB, or removed from
+ GDB.
+
*** Changes in GDB 13
* MI version 1 is deprecated, and will be removed in GDB 14.