aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-11-08 11:47:08 -0800
committerDoug Evans <dje@google.com>2013-11-08 11:47:08 -0800
commit73be47f57c32f50d4695a4b672af9263b5313cbb (patch)
treeb95aa378f812a15af3ea3654468506ee9d3e9240 /gdb/doc
parent1bd2f0baf15dfb05a884228cee1f9964768e1a27 (diff)
downloadgdb-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/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo4
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