This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/2] symtab.c cleanup
- From: Doug Evans <dje at google dot com>
- To: gdb-patches at sourceware dot org
- Date: Thu, 28 Aug 2014 16:16:59 -0700
- Subject: Re: [PATCH 2/2] symtab.c cleanup
- Authentication-results: sourceware.org; auth=none
- References: <yjt2egw3q6ce dot fsf at ruffy dot mtv dot corp dot google dot com>
Doug Evans writes:
> Hi.
>
> This is the second of two patches mentioned here:
> https://sourceware.org/ml/gdb-patches/2014-08/msg00535.html
>
> There is a convention that Ctrl-L marks major sections of source files.
> I use emacs so I kinda like it ...
>
> Anyways, in_prologue and skip_prologue_using_sal are clearly
> in the wrong section (completion support).
> This patch moves them to a much better location, next to other
> prologue-related functions.
>
> 2014-08-26 Doug Evans <dje@google.com>
>
> * symtab.c (in_prologue): Move definition to better spot.
> (skip_prologue_using_sal): Ditto.
Hi.
I pushed this series.