aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 4d434c5..cd52d39 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -46,6 +46,9 @@
For example, "some_type['myfield']" now works, as does
"some_type.items()".
+ ** A new event "gdb.new_objfile" has been added, triggered by loading a
+ new object file.
+
* libthread-db-search-path now supports two special values: $sdir and $pdir.
$sdir specifies the default system locations of shared libraries.
$pdir specifies the directory where the libpthread used by the application