[all] improve backtrace and debugging support

This commit is contained in:
Geoffrey McRae
2021-01-25 18:36:51 +11:00
parent 2973319bff
commit 6f1c19b3b0
4 changed files with 56 additions and 19 deletions

View File

@@ -19,4 +19,5 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <stdbool.h>
bool installCrashHandler(const char * exe);
bool installCrashHandler(const char * exe);
void cleanupCrashHandler(void);