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: Improve end check on rs6000 prologue analyzer


On Mon, Apr 16, 2007 at 06:02:56PM +0200, Andreas Schwab wrote:
> Note that the breakpoint is actually in main, not in foo.  The problem is
> that skip_prologue_using_sal does not properly handle a function with only
> one sal if the pc of the next line is bigger than the end pc of the
> current function.

Whoops.

> 2007-04-16  Andreas Schwab  <schwab@suse.de>
> 
> 	* symtab.c (skip_prologue_using_sal): Allow the end of the prologue
> 	sal to be bigger than the end of the function.

This is OK, and thank you.

-- 
Daniel Jacobowitz
CodeSourcery


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