This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]