diff options
author | Nicolas Blanc <nicolas.blanc@intel.com> | 2013-04-05 09:15:56 +0200 |
---|---|---|
committer | Nicolas Blanc <nicolas.blanc@intel.com> | 2013-10-29 10:56:19 +0100 |
commit | 98297bf675da669930bacf6d0c08bc4d1a34df3e (patch) | |
tree | 920191715defeeefa8adbe809b98b1c05ead173e /gdb/NEWS | |
parent | 63644780babdca3f40e1978a236b6cd78473c91b (diff) | |
download | gdb-98297bf675da669930bacf6d0c08bc4d1a34df3e.zip gdb-98297bf675da669930bacf6d0c08bc4d1a34df3e.tar.gz 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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |