diff options
author | Doug Evans <dje@google.com> | 2013-11-08 11:47:08 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-11-08 11:47:08 -0800 |
commit | 73be47f57c32f50d4695a4b672af9263b5313cbb (patch) | |
tree | b95aa378f812a15af3ea3654468506ee9d3e9240 /gdb/doc | |
parent | 1bd2f0baf15dfb05a884228cee1f9964768e1a27 (diff) | |
download | gdb-73be47f57c32f50d4695a4b672af9263b5313cbb.zip gdb-73be47f57c32f50d4695a4b672af9263b5313cbb.tar.gz gdb-73be47f57c32f50d4695a4b672af9263b5313cbb.tar.bz2 |
Change "set debug dwarf2-read" to take a verbosity level.
* dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
(create_debug_types_hash_table): Only print debugging messages for
each TU if dwarf2-read >= 2.
(process_queue): Ditto.
(_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
Update doc string.
doc/
* gdb.texinfo (Debugging Output): Update text for
"set debug dwarf2-read".
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8b1fee4..2de1dc9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,6 +1,11 @@ 2013-11-08 Doug Evans <dje@google.com> * gdb.texinfo (Debugging Output): Update text for + "set debug dwarf2-read". + +2013-11-08 Doug Evans <dje@google.com> + + * gdb.texinfo (Debugging Output): Update text for "set debug symtab-create". 2013-11-07 Phil Muldoon <pmuldoon@redhat.com> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5059243..16671cb 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22609,7 +22609,9 @@ Show the current state of DWARF2 DIE debugging. @item set debug dwarf2-read @cindex DWARF2 Reading Turns on or off display of debugging messages related to reading -DWARF debug info. The default is off. +DWARF debug info. The default is 0 (off). +A value of 1 provides basic information. +A value greater than 1 provides more verbose information. @item show debug dwarf2-read Show the current state of DWARF2 reader debugging. @item set debug displaced |