gdb: Move declarations from symtab.h to source.h
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 7 Jan 2019 09:16:16 +0000 (09:16 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 8 Jan 2019 12:19:40 +0000 (12:19 +0000)
commit583068ca1d855abd09ac979c688f48b0ddaabe0f
tree28b2215fa6d4c9b14f0ff9d299a4abfbe4efbc12
parentec98a4ad5bfcba33deb5cb786c023082adbbfb46
gdb: Move declarations from symtab.h to source.h

Declarations for functions in source.c are split between source.h and
symtab.h.  This commit moves the small number that are in symtab.h
into source.h.  There's just one file that needs to add an include of
source.h in order to build.

I've moved the function header comments from source.c to source.h
inline with the recommended GDB style.

gdb/ChangeLog:

* source.c (select_source_symtab): Move header comment to
declaration in source.h.
(forget_cached_source_info_for_objfile): Likewise.
(forget_cached_source_info): Likewise.
(identify_source_line): Likewise.
* source.h (identify_source_line): Move declaration from symtab.h
and add comment from source.c
(print_source_lines): Likewise.
(forget_cached_source_info_for_objfile): Likewise.
(forget_cached_source_info): Likewise.
(select_source_symtab): Likewise.
(enum print_source_lines_flag): Move definition from symtab.h.
* symtab.h (identify_source_line): Move declaration to source.h.
(print_source_lines): Likewise.
(forget_cached_source_info_for_objfile): Likewise.
(forget_cached_source_info): Likewise.
(select_source_symtab): Likewise.
(enum print_source_lines_flag): Move definition to source.h.
* tui/tui-hooks.c: Add 'source.h' include.
gdb/ChangeLog
gdb/source.c
gdb/source.h
gdb/symtab.h
gdb/tui/tui-hooks.c
This page took 0.032685 seconds and 4 git commands to generate.