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
This commit is contained in:
brdevmn
2009-12-16 20:10:57 +00:00
parent 5fb436d5bb
commit f7f9dfcab6
3 changed files with 117 additions and 4 deletions

View File

@@ -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);