* NEWS: Mention new options "set debug dwarf2-read" and
authorDoug Evans <dje@google.com>
Tue, 26 Jun 2012 20:14:03 +0000 (20:14 +0000)
committerDoug Evans <dje@google.com>
Tue, 26 Jun 2012 20:14:03 +0000 (20:14 +0000)
commit45cfd468960ba37fc9cf11fffc680fc7ac5d8ee8
tree2c7da6994eecab930483601ce9fbb64d9415e5fb
parent1c658ad5fac2a221b589cbe26ec84c788b24a8d1
* NEWS: Mention new options "set debug dwarf2-read" and
"set debug symtab-create".
* dwarf2read.c (dwarf2_read_debug): New static global.
(dwarf2_build_psymtabs_hard): Add debugging printfs.
(process_queue): Ditto.
(process_full_comp_unit): Ditto.
(_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
* elfread.c (elf_symfile_read): Add debugging printf.
* minsyms.c (install_minimal_symbols): Ditto.
* psymtab.c (allocate_psymtab): Ditto.
* symfile.c (allocate_symtab): Ditto.
* symtab.c (symtab_create_debug): New global.
(_initialize_symtab): Add new option "set debug symtab-create".
* symtab.h (symtab_create_debug): Declare.

doc/
* gdb.texinfo (Debugging Output): Document debug options dwarf2-read
and symtab-create.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/dwarf2read.c
gdb/elfread.c
gdb/minsyms.c
gdb/psymtab.c
gdb/symfile.c
gdb/symtab.c
gdb/symtab.h
This page took 0.025524 seconds and 4 git commands to generate.