gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 24 Dec 2012 19:42:16 +0000 (19:42 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 24 Dec 2012 19:42:16 +0000 (19:42 +0000)
commit4e04028d9573bd2a145f2bff5d4b3de0b75c83f6
treef32d3f2286ec7f36a9cc6cf18a10b17596eba5e1
parent858174054dbd9970d840c043aeb318f721fcf4fd
gdb/
Code cleanup.
* dwarf2read.c (fixup_go_packaging): Do not check symtab->FILENAME for
NULL.
* linespec.c (add_sal_to_sals): Likewise.
* psympriv.h (allocate_psymtab): Add ATTRIBUTE_NONNULL.
* stack.c (print_frame): Do not check symtab->FILENAME for NULL.
* symfile.h (allocate_symtab): Add ATTRIBUTE_NONNULL.
* symtab.h (struct symtab): Add comment it is never NULL for filename.
* tracepoint.c (set_traceframe_context): Do not check symtab->FILENAME
for NULL.
* tui/tui-source.c (tui_set_source_content): Likewise.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/linespec.c
gdb/psympriv.h
gdb/stack.c
gdb/symfile.h
gdb/symtab.h
gdb/tracepoint.c
gdb/tui/tui-source.c
This page took 0.024363 seconds and 4 git commands to generate.