[Lldb-commits] [PATCH] D12126: Read exception records from Windows mini dump

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 18 16:07:07 PDT 2015


amccarth created this revision.
amccarth added a reviewer: zturner.
amccarth added a subscriber: lldb-commits.

Now when you do a thread list, you'll see the exception information in the stop info for the thread that stopped.

I'd like to move the ExceptionRecord.h file to a common place as a separate patch.

http://reviews.llvm.org/D12126

Files:
  source/Plugins/Process/Windows/ExceptionRecord.h
  source/Plugins/Process/win-minidump/ProcessWinMiniDump.cpp
  source/Plugins/Process/win-minidump/ProcessWinMiniDump.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12126.32470.patch
Type: text/x-patch
Size: 7578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150818/d146e212/attachment.bin>


More information about the lldb-commits mailing list