summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-09-25 23:17:11 +0000
committerDoug Evans <dje@google.com>2013-09-25 23:17:11 +0000
commitd614be71abc90e4608905cc82f636dcdf0416c9f (patch)
tree9135e95e07f19c04c586876d17feb7206e0ac4d6 /gdb/NEWS
parent6a9c1b31834f69fc2c13cd61c5570dbc6819f970 (diff)
downloadgdb-d614be71abc90e4608905cc82f636dcdf0416c9f.tar.gz
New option "set debug symfile on".
* NEWS: Mention "set debug symfile". * Makefile.in (SFILES): Add symfile-debug.c. (COMMON_OBS): Add symfile-debug.o. * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the objfile's symbol functions. * objfiles.h (objfile_set_sym_fns): Declare. * symfile-debug.c: New file. * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the objfile's symbol functions. (reread_symbols): Ditto.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 9f6981c4dbf..b44eb256bcc 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -59,6 +59,11 @@ maint set|show per-command symtab
* New options
+set debug symfile off|on
+show debug symfile
+ Control display of debugging info regarding reading symbol files and
+ symbol tables within those files
+
set print raw frame-arguments
show print raw frame-arguments
Set/show whether to print frame arguments in raw mode,