]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: rename partial symtab expand functions of debug info readers using legacy_psymtab
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 29 Mar 2020 19:24:48 +0000 (15:24 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sun, 29 Mar 2020 19:24:48 +0000 (15:24 -0400)
commit69b037c30cadea06c3dc7f83e427d0f729c201cd
treea7ac2f9326b892710d500e75534ffde19d325041
parent48993951ce343e397c4250c43c1708fffab01ac1
gdb: rename partial symtab expand functions of debug info readers using legacy_psymtab

As I am trying to understand the dynamic of partial_symtab::read_symtab
and partial_symtab::expand_psymtab, I think that renaming these
functions helps make it clear that they are effectively implementations
of the partial_symtab::expand_psymtab method.

gdb/ChangeLog:

* dbxread.c (dbx_psymtab_to_symtab_1): Rename to...
(dbx_expand_psymtab): ... this.
(start_psymtab): Update.
* mdebugread.c (psymtab_to_symtab_1): Rename to...
(mdebug_expand_psymtab): ... this.
(parse_partial_symbols): Update.
(new_psymtab): Update.
* xcoffread.c (xcoff_psymtab_to_symtab_1): Rename to...
(xcoff_expand_psymtab): ... this.
(xcoff_start_psymtab): Update.
gdb/ChangeLog
gdb/dbxread.c
gdb/mdebugread.c
gdb/xcoffread.c