mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-25 16:54:43 +01:00
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:
parent
5fb436d5bb
commit
f7f9dfcab6
3 changed files with 117 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue