Scott Graham
|
badfacccee
|
win: Add support for capturing unloaded modules
R=mark@chromium.org
BUG=crashpad:89
Change-Id: Ib6a67147e538811168d68f14a457fdceab30c02e
Reviewed-on: https://chromium-review.googlesource.com/327231
Reviewed-by: Mark Mentovai <mark@chromium.org>
|
2016-02-18 00:55:38 +00:00 |
|
Mark Mentovai
|
d075a9eb2e
|
win: Add and use GET_FUNCTION() and GET_FUNCTION_REQUIRED()
These wrap the GetProcAddress(LoadLibrary(), …) idiom into macros that
are much less wordy.
TEST=crashpad_util_test GetFunction.GetFunction and all others
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/1405323003 .
|
2015-10-19 14:32:07 -04:00 |
|
Scott Graham
|
7de04b02f8
|
win: Add Handles() to ProcessInfo
To eventually be used to fill out MINIDUMP_HANDLE_DESCRIPTOR.
R=mark@chromium.org
BUG=crashpad:21, crashpad:46, crashpad:52
Review URL: https://codereview.chromium.org/1400413002 .
|
2015-10-16 15:31:32 -07:00 |
|
Scott Graham
|
a691448ffb
|
win: Implement exception snapshot
Refactor some of the NT internals helpers and cpu_context to share
between the thread and exception snapshot code.
Add test that runs crashing child and validates the exception in the
snapshot.
R=mark@chromium.org, cpu@chromium.org, rsesek@chromium.org
BUG=crashpad:1
Review URL: https://codereview.chromium.org/1126413008 .
|
2015-08-18 12:25:19 -07:00 |
|