[Lldb-commits] [PATCH] D60519: [Windows] Dump more information about access violation exception
Leonid Mashinskiy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 10 09:31:24 PDT 2019
leonid.mashinskiy created this revision.
leonid.mashinskiy added reviewers: asmith, stella.stamenova.
leonid.mashinskiy added a project: LLDB.
Herald added subscribers: lldb-commits, abidh.
Dump more information about "access violation" and "in page error" exceptions to description.
Description now contains data about read/write violation type and actual address as described at https://docs.microsoft.com/en-us/windows/desktop/api/winnt/ns-winnt-_exception_record
Repository:
rLLDB LLDB
https://reviews.llvm.org/D60519
Files:
source/Plugins/Process/Windows/Common/ExceptionRecord.h
source/Plugins/Process/Windows/Common/ProcessWindows.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60519.194533.patch
Type: text/x-patch
Size: 3528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190410/3903774f/attachment.bin>
More information about the lldb-commits
mailing list