diff options
Diffstat (limited to 'src/client/linux/handler/exception_handler.h')
-rw-r--r-- | src/client/linux/handler/exception_handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/linux/handler/exception_handler.h b/src/client/linux/handler/exception_handler.h index b579a6a9..34ce5e19 100644 --- a/src/client/linux/handler/exception_handler.h +++ b/src/client/linux/handler/exception_handler.h @@ -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); |