aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorNicolas Blanc <nicolas.blanc@intel.com>2013-04-05 09:15:56 +0200
committerNicolas Blanc <nicolas.blanc@intel.com>2013-10-29 10:56:19 +0100
commit98297bf675da669930bacf6d0c08bc4d1a34df3e (patch)
tree920191715defeeefa8adbe809b98b1c05ead173e /gdb/NEWS
parent63644780babdca3f40e1978a236b6cd78473c91b (diff)
downloadfsf-binutils-gdb-98297bf675da669930bacf6d0c08bc4d1a34df3e.zip
fsf-binutils-gdb-98297bf675da669930bacf6d0c08bc4d1a34df3e.tar.gz
fsf-binutils-gdb-98297bf675da669930bacf6d0c08bc4d1a34df3e.tar.bz2
Documentation for the remove-symbol-file command.
2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com> * NEWS: Add description of the remove-symbol-file command. gdb/doc * gdb.texinfo (Commands to Specify Files): Add description of the remove-symbol-file command. Signed-off-by: Nicolas Blanc <nicolas.blanc@intel.com>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 6eb5090..efeda68 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -74,6 +74,12 @@ maint set|show per-command time
maint set|show per-command symtab
Enable display of per-command gdb resource usage.
+remove-symbol-file FILENAME
+remove-symbol-file -a ADDRESS
+ Remove a symbol file added via add-symbol-file. The file to remove
+ can be identified by its filename or by an address that lies within
+ the boundaries of this symbol file in memory.
+
* New options
set debug symfile off|on