mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-31 03:37:44 +01:00
fixes for issue 128: reviewed by Waylonis
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@124 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
fce2508282
commit
530a7ad99e
3 changed files with 63 additions and 4 deletions
|
|
@ -133,6 +133,11 @@ class ExceptionHandler {
|
|||
// Generates a new ID and stores it in next_minidump_id_, and stores the
|
||||
// path of the next minidump to be written in next_minidump_path_.
|
||||
void UpdateNextID();
|
||||
|
||||
// These functions will suspend/resume all threads except for the
|
||||
// reporting thread
|
||||
bool SuspendThreads();
|
||||
bool ResumeThreads();
|
||||
|
||||
// The destination directory for the minidump
|
||||
string dump_path_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue