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: Fix PR breakpoints/2080


On Tue, Feb 14, 2006 at 04:45:40PM +0100, Mark Kettenis wrote:
> This fixes the testcase I checked in yesterday, so I committed it.

FYI, GCC generates this sequence as RTL rather than text, which means
it can be scheduled and optimized.  Of course in optimized code we
don't expect the prologue skipper to work very well, and we use dwarf2
to bypass the prologue analyzer, so this may not be a big deal.  But
I'm somewhat curious to see if we could make this extremely
sophisticated i386 prologue analyzer use Jim's prologue-value.[ch]
interface...


-- 
Daniel Jacobowitz
CodeSourcery


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