Chromium Code Reviews

Unified Diff: handler/win/crash_report_exception_handler.h

Issue 1392093003: win: Capture some CRITICAL_SECTION debugging data (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: reenable !locks test Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: handler/win/crash_report_exception_handler.h
diff --git a/handler/win/crash_report_exception_handler.h b/handler/win/crash_report_exception_handler.h
index 60e6b6ad8ccc2466e16dea0ddcc76fa4780c5e3a..f03da1619467695cb8c063e5bd2f00ab4991ba31 100644
--- a/handler/win/crash_report_exception_handler.h
+++ b/handler/win/crash_report_exception_handler.h
@@ -60,7 +60,8 @@ class CrashReportExceptionHandler : public ExceptionHandlerServer::Delegate {
void ExceptionHandlerServerStarted() override;
unsigned int ExceptionHandlerServerException(
HANDLE process,
- WinVMAddress exception_information_address) override;
+ WinVMAddress exception_information_address,
+ WinVMAddress debug_critical_section_address) override;
private:
CrashReportDatabase* database_; // weak

Powered by Google App Engine