]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 8 Sep 2011 15:38:16 +0000 (15:38 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 8 Sep 2011 15:38:16 +0000 (15:38 +0000)
commit08711b9a36344df9e29be436d9f959324fff4f42
tree5107fb8d69f110c93e06ce2ce356ee7d4229494a
parentb2e7f004c75322ea75cc9326bc6c6f4b6577df7f
gdb/
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/
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.
gdb/ChangeLog
gdb/amd64-tdep.c
gdb/dwarf2read.c
gdb/symtab.h
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/amd64-prologue-xmm.c [new file with mode: 0644]
gdb/testsuite/gdb.arch/amd64-prologue-xmm.exp [new file with mode: 0644]
gdb/testsuite/gdb.arch/amd64-prologue-xmm.s [new file with mode: 0644]