aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 22de9aa..79abe3d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2013-11-08 Doug Evans <dje@google.com>
+
+ * 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.
+
2013-11-08 Tom Tromey <tromey@redhat.com>
* configure: Rebuild.