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.
Paths
| Differential D12126
Read exception records from Windows mini dump ClosedPublic Authored by amccarth on Aug 18 2015, 4:07 PM.
Details Summary 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.
Diff Detail Event Timelineamccarth updated this object. Comment Actions I would really like to start seeing tests go in at the same time as the patches. Can any of this functionality be tested yet? i.e. are there commands that will exercise this code? Also still haven't seen tests go in for the basic minidump functionality, like a test that just creates and loads a minidump without any errors. Do you think it's better to do that now or as a followup patch? Either way, I don't think we should wait too much longer before building up some tests.
amccarth added inline comments.
amccarth edited edge metadata. amccarth marked an inline comment as done. Comment ActionsAddresses some of Zach's comments.
Closed by commit rL245495: Read exception records from Windows mini dump (authored by amccarth). · Explain WhyAug 19 2015, 1:44 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 32470 source/Plugins/Process/Windows/ExceptionRecord.h
source/Plugins/Process/win-minidump/ProcessWinMiniDump.h
source/Plugins/Process/win-minidump/ProcessWinMiniDump.cpp
|
Shouldn't this be std::numeric_limits<uint32_t>::max() and the loop index variable be unsigned as well?