aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler.h
diff options
context:
space:
mode:
authorbrdevmn <brdevmn@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-12-16 20:10:57 +0000
committerbrdevmn <brdevmn@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-12-16 20:10:57 +0000
commitf7f9dfcab6483033ea94a4756d53a6c052df3ae6 (patch)
treeabd6e0bc1f4ee9337b9a8b45bfe808e10100521f /src/client/linux/handler/exception_handler.h
parentIssue 41004: Breakpad DWARF parser: fixes to compile without warnings under G... (diff)
downloadbreakpad-f7f9dfcab6483033ea94a4756d53a6c052df3ae6.tar.xz
Added on-demand minidump generation for Linux, and a Linux test app.
A=brdevmn R=mochalatte Code review: http://breakpad.appspot.com/48001/show git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@451 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/linux/handler/exception_handler.h')
-rw-r--r--src/client/linux/handler/exception_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/linux/handler/exception_handler.h b/src/client/linux/handler/exception_handler.h
index b579a6a9..34ce5e19 100644
--- a/src/client/linux/handler/exception_handler.h
+++ b/src/client/linux/handler/exception_handler.h
@@ -153,6 +153,7 @@ class ExceptionHandler {
bool InstallHandlers();
void UninstallHandlers();
void PreresolveSymbols();
+ bool GenerateDump(CrashContext *context);
void UpdateNextID();
static void SignalHandler(int sig, siginfo_t* info, void* uc);