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] workaround gcc46: prologue skip skips too far (PR 12435) #2


On Fri, 22 Jul 2011 23:58:21 +0200, Jan Kratochvil wrote:
> gdb/
> 2011-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	PR breakpoints/12435
> 	* amd64-tdep.c (amd64_skip_prologue): New variables start_pc_sal,
> 	next_sal, buf, offset and xmmreg.  Advance PC if it sees the PR.
> 	* dwarf2read.c (process_full_comp_unit): Initialize
> 	amd64_prologue_line_bug.
> 	* symtab.h (struct symtab): New field amd64_prologue_line_bug.
> 
> gdb/testsuite/
> 2011-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	PR breakpoints/12435
> 	* gdb.arch/amd64-prologue-xmm.c: New file.
> 	* gdb.arch/amd64-prologue-xmm.exp: New file.
> 	* gdb.arch/amd64-prologue-xmm.s: New file.

Checked in:
	http://sourceware.org/ml/gdb-cvs/2011-09/msg00046.html


Thanks,
Jan


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