This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
x64-windows: Fix extraction of chained UNWIND_INFO
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 1 Aug 2014 06:59:52 -0700
- Subject: x64-windows: Fix extraction of chained UNWIND_INFO
- Authentication-results: sourceware.org; auth=none
Hello,
I just pushed the following 2 patches:
* [PATCH 1/2] x64-windows: Fix extraction of chained UNWIND_INFO
This one fixes an issue processing a function's chained unwind info.
* [PATCH 2/2] Add debug trace in
This one adds a trace that I would have found useful while
investigating the issue.
Tested on x86_64-windows using AdaCore's testsuite.
Thank you,
--
Joel