[PATCH] expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial

Doug Evans xdje42@gmail.com
Sat Nov 15 16:20:00 GMT 2014


On Sun, Nov 9, 2014 at 2:44 PM, Doug Evans <xdje42@gmail.com> wrote:
> Hi.
>
> This patch just renames one function.
> Its only caller is in stack.c where we're printing a backtrace
> with non-zero info_verbose and we want to make sure all the needed
> symtabs are expanded before printing the backtrace
> so that debug symbol reading messages don't pollute the backtrace.
>
> I think the new name of the function makes clearer to the reader
> what is going on.
>
> 2014-11-09  Doug Evans  <xdje42@gmail.com>
>
>         * symtab.c (expand_symtab_containing_pc): Renamed from
>         find_pc_sect_symtab_via_partial.  All callers updated.

Committed.



More information about the Gdb-patches mailing list