aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index dd3da09..cba21b6 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -13,8 +13,23 @@
which is the name of the objfile as specified by the user,
without, for example, resolving symlinks.
+* New commands
+
+maint print symbol-cache
+ Print the contents of the symbol cache.
+
+maint print symbol-cache-statistics
+ Print statistics of symbol cache usage.
+
+maint flush-symbol-cache
+ Flush the contents of the symbol cache.
+
* New options
+maint set symbol-cache-size
+maint show symbol-cache-size
+ Control the size of the symbol cache.
+
* The command 'thread apply all' can now support new option '-ascending'
to call its specified command for all threads in ascending order.