aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-07-02 18:13:41 +0000
committerDoug Evans <dje@google.com>2012-07-02 18:13:41 +0000
commit0940620755f9464f782ee92ff20dee0b761a22d7 (patch)
treed5edf926eb8605b74a7d4d3db2b33ee20eb1d616 /gdb/ChangeLog
parent9fa0f14a97f5588268828ab028464be0307f1a77 (diff)
downloadgdb-0940620755f9464f782ee92ff20dee0b761a22d7.zip
gdb-0940620755f9464f782ee92ff20dee0b761a22d7.tar.gz
gdb-0940620755f9464f782ee92ff20dee0b761a22d7.tar.bz2
* dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
instead of "debug dwarf2-die" in debugging printfs. (create_debug_info_hash_table_reader): Ditto. (create_debug_info_hash_table): Ditto. (init_dwo_file): Ditto. (init_cutu_and_read_dies): Add debugging printf. (init_cutu_and_read_dies_no_follow): Ditto. (process_psymtab_comp_unit_reader): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 281099b..5462b99 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2012-07-02 Doug Evans <dje@google.com>
+
+ * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
+ instead of "debug dwarf2-die" in debugging printfs.
+ (create_debug_info_hash_table_reader): Ditto.
+ (create_debug_info_hash_table): Ditto.
+ (init_dwo_file): Ditto.
+ (init_cutu_and_read_dies): Add debugging printf.
+ (init_cutu_and_read_dies_no_follow): Ditto.
+ (process_psymtab_comp_unit_reader): Ditto.
+
2012-07-02 Stan Shebs <stan@codesourcery.com>
Add target-side support for dynamic printf.