aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/exception_handler.h
diff options
context:
space:
mode:
authorladderbreaker <ladderbreaker@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-03-08 23:47:37 +0000
committerladderbreaker <ladderbreaker@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-03-08 23:47:37 +0000
commit530a7ad99eba824dcca7fd300e85f1faa5828a3d (patch)
tree12fef8b26f63cdcc92e2647a0244c126db2e8d27 /src/client/mac/handler/exception_handler.h
parentFix exception handler build with MSVC versions prior to 2005. r=mmentovai. (diff)
downloadbreakpad-530a7ad99eba824dcca7fd300e85f1faa5828a3d.tar.xz
fixes for issue 128: reviewed by Waylonis
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@124 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac/handler/exception_handler.h')
-rw-r--r--src/client/mac/handler/exception_handler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/mac/handler/exception_handler.h b/src/client/mac/handler/exception_handler.h
index dcc61cb7..11babb73 100644
--- a/src/client/mac/handler/exception_handler.h
+++ b/src/client/mac/handler/exception_handler.h
@@ -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_;