Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: chrome_elf/crash/crash_helper.h

Issue 2909623002: Change DumpProcessWithoutCrash to use load-time dynamic linking (Closed)
Patch Set: forgot to update def file Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_elf/chrome_elf_main.cc ('k') | chrome_elf/crash/crash_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/crash/crash_helper.h
diff --git a/chrome_elf/crash/crash_helper.h b/chrome_elf/crash/crash_helper.h
index 4275abe212c7935bfaf85efce50c8a96bfe858c4..c1bc1cebd35acccb0e7f64ab22f12a006090d66b 100644
--- a/chrome_elf/crash/crash_helper.h
+++ b/chrome_elf/crash/crash_helper.h
@@ -27,6 +27,10 @@ void DisableSetUnhandledExceptionFilter();
// blacklist interception code, etc.
// Note: the handler takes a minidump.
int GenerateCrashDump(EXCEPTION_POINTERS* exception_pointers);
-}
+
+// Generate a crash dump by calling into crashpad.
+void DumpWithoutCrashing();
+
+} // namespace elf_crash
#endif // CHROME_ELF_CRASH_CRASH_HELPER_H_
« no previous file with comments | « chrome_elf/chrome_elf_main.cc ('k') | chrome_elf/crash/crash_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698