mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-28 10:15:10 +01:00
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
This commit is contained in:
parent
43c933d7f8
commit
066d09538f
2 changed files with 12 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue