summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2013-09-02 09:28:02 +0000
committerTristan Gingold <gingold@adacore.com>2013-09-02 09:28:02 +0000
commit2809221f372d30b817304cce2014a7aba7c5a27a (patch)
treedb4c2df1d767697e8c9694a7d8ca049995317d5d /gdb/NEWS
parent624d61d5a1e820bf338aa5a16f315e3d1ca046a6 (diff)
downloadgdb-2809221f372d30b817304cce2014a7aba7c5a27a.tar.gz
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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index ca8baea1138..ad97f6fd434 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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.