diff options
author | Tristan Gingold <gingold@adacore.com> | 2013-09-02 09:28:02 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2013-09-02 09:28:02 +0000 |
commit | 9058cc3a1bbf4c43a484120290e4245622782bb0 (patch) | |
tree | a5659686388ee0d7ef1e11a0ba72b2fca12a7148 /gdb/NEWS | |
parent | dd97e043eb99a1467e0f38213340fc14f910521c (diff) | |
download | gdb-9058cc3a1bbf4c43a484120290e4245622782bb0.zip gdb-9058cc3a1bbf4c43a484120290e4245622782bb0.tar.gz gdb-9058cc3a1bbf4c43a484120290e4245622782bb0.tar.bz2 |
2013-09-02 Tristan Gingold <gingold@adacore.com>
* NEWS: Add entry mentioning support for native Windows x64
SEH data.
* amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
"coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
(struct amd64_windows_frame_cache): New struct.
(amd64_windows_w2gdb_regnum): New global.
(pc_in_range, amd64_windows_frame_decode_epilogue)
(amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
(amd64_windows_frame_cache, amd64_windows_frame_prev_register)
(amd64_windows_frame_this_id): New functions.
(amd64_windows_frame_unwind): New static global.
(amd64_windows_skip_prologue): New function.
(amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
with amd64_windows_skip_prologue.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -142,6 +142,8 @@ qXfer:libraries-svr4:read's annex * New 'z' formatter for printing and examining memory, this displays the value as hexadecimal zero padded on the left to the size of the type. +* GDB can now use Windows x64 unwinding data. + *** Changes in GDB 7.6 * Target record has been renamed to record-full. |