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

Unified Diff: chrome_elf/chrome_elf_main.cc

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.h ('k') | chrome_elf/crash/crash_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/chrome_elf_main.cc
diff --git a/chrome_elf/chrome_elf_main.cc b/chrome_elf/chrome_elf_main.cc
index 9803382df5180c50b125d91044428ce6abb4c5dd..d53e6dcdca13b970adf13334f9d40ed498532d47 100644
--- a/chrome_elf/chrome_elf_main.cc
+++ b/chrome_elf/chrome_elf_main.cc
@@ -46,3 +46,7 @@ BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
}
return TRUE;
}
+
+void DumpProcessWithoutCrash() {
+ elf_crash::DumpWithoutCrashing();
+}
« no previous file with comments | « chrome_elf/chrome_elf_main.h ('k') | chrome_elf/crash/crash_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698