[Lldb-commits] [PATCH] D17465: Get register context for the 32-bit process in a WoW64 process minidump.

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 23 17:10:01 PST 2016


amccarth updated this revision to Diff 48863.
amccarth added a comment.

Adds some very basic tests using a check-in minidump captured with Task Manager.

What we can do in the test is limited because the minidump doesn't seem to have an exception record (thus the thread isn't stopped).  I plan to look into this in the future.  There's a chance we can get this information from the thread environment block (TEB).


http://reviews.llvm.org/D17465

Files:
  packages/Python/lldbsuite/test/functionalities/postmortem/wow64_minidump/TestWow64MiniDump.py
  packages/Python/lldbsuite/test/functionalities/postmortem/wow64_minidump/fizzbuzz.cpp
  packages/Python/lldbsuite/test/functionalities/postmortem/wow64_minidump/fizzbuzz_wow64.dmp
  source/Plugins/Process/Windows/Common/NtStructures.h
  source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17465.48863.patch
Type: text/x-patch
Size: 11548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160224/98f39f4e/attachment.bin>


More information about the lldb-commits mailing list