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 2/2] symtab.c cleanup


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.


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