DescriptionStability instrumentation: add a Vectored Exception Handler
Adds a vectored exception handler that records basic exception
information (exception code and address, as well as pc).
Details:
- the handler is registered as first handler, but may get bumped due
to subsequent registrations
- in order for the exception info to be recorded, a thread tracker
must already exist
BUG=719026
Review-Url: https://codereview.chromium.org/2927653003
Cr-Commit-Position: refs/heads/master@{#479498}
Committed: https://chromium.googlesource.com/chromium/src/+/e17e32d3fba9614e1dc54ffd21aa3ae56409a9f6
Patch Set 1 #Patch Set 2 : pull out test extraction to cl 2926113002 #Patch Set 3 : A few comments #
Total comments: 10
Patch Set 4 : Address comments #Patch Set 5 : Add unittest #
Total comments: 6
Patch Set 6 : Revise unit tests #Patch Set 7 : merge #Patch Set 8 : merge #Messages
Total messages: 31 (15 generated)
|