aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/handler/exception_handler.h
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-08-10 15:41:19 +0000
committermark@chromium.org <mark@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-08-10 15:41:19 +0000
commit066d09538f8c6c231c22fe89a4fe278e0e05acea (patch)
tree627c2fbd12ef0b21249ccde688cfa55e7fc27224 /src/client/linux/handler/exception_handler.h
parentAdding a way to create an ExceptionHandler that takes in a file descriptor (diff)
downloadbreakpad-066d09538f8c6c231c22fe89a4fe278e0e05acea.tar.xz
Make ExceptionHandler::HandleSignal() public.
Patch by Alexander Potapenko <glider@chromium.org> Review URL: https://codereview.appspot.com/6461052/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1008 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/linux/handler/exception_handler.h')
-rw-r--r--src/client/linux/handler/exception_handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/linux/handler/exception_handler.h b/src/client/linux/handler/exception_handler.h
index c339b7dd..f66b8270 100644
--- a/src/client/linux/handler/exception_handler.h
+++ b/src/client/linux/handler/exception_handler.h
@@ -193,6 +193,8 @@ class ExceptionHandler {
size_t mapping_size,
size_t file_offset);
+ // Force signal handling for the specified signal.
+ bool SimulateSignalDelivery(int sig);
private:
bool InstallHandlers();
void UninstallHandlers();