diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-09-08 15:38:16 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-09-08 15:38:16 +0000 |
commit | 08711b9a36344df9e29be436d9f959324fff4f42 (patch) | |
tree | 5107fb8d69f110c93e06ce2ce356ee7d4229494a /gdb/testsuite/ChangeLog | |
parent | b2e7f004c75322ea75cc9326bc6c6f4b6577df7f (diff) | |
download | gdb-08711b9a36344df9e29be436d9f959324fff4f42.zip gdb-08711b9a36344df9e29be436d9f959324fff4f42.tar.gz gdb-08711b9a36344df9e29be436d9f959324fff4f42.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 98dc2b3..f130a83 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,12 @@ 2011-09-08 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. + +2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com> + * gdb.dwarf2/dw2-param-error-main.c: New file. * gdb.dwarf2/dw2-param-error.S: New file. * gdb.dwarf2/dw2-param-error.exp: New file. |