diff options
author | Doug Evans <dje@google.com> | 2008-07-10 23:08:21 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2008-07-10 23:08:21 +0000 |
commit | bf250677afabbf59fee4ab3e1a96ffa7ddff2146 (patch) | |
tree | e6b0011aeaa1b0eca2e3bd6704cb55eaf1911526 /gdb/NEWS | |
parent | ef9beddf72634055b25a631850464a701599585c (diff) | |
download | gdb-bf250677afabbf59fee4ab3e1a96ffa7ddff2146.zip gdb-bf250677afabbf59fee4ab3e1a96ffa7ddff2146.tar.gz gdb-bf250677afabbf59fee4ab3e1a96ffa7ddff2146.tar.bz2 |
Add "set print symbol-loading on|off".
* NEWS: Document new option.
* symfile.h (print_symbol_loading): Declare.
* symfile.c (print_symbol_loading): New global.
(symbol_file_add_with_addrs_or_offsets): Only print "Reading symbols
from ..." if print_symbol_loading.
(_initialize_symfile): Add set/show print symbol-loading.
* solib.c (solib_read_symbols): Only print "Loaded symbols for ..."
if print_symbol_loading.
* doc/gdb.texinfo: Document "set print symbol-loading on|off".
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,6 +68,10 @@ find [/size-char] [/max-count] start-address, end-address|+search-space-size, val1 [, val2, ...] Search memory for a sequence of bytes. +set print symbol-loading +show print symbol-loading + Control printing of symbol loading messages. + set debug timestamp show debug timestamp Display timestamps with GDB debugging output. |