[common] debug: set the crash handler process name

This commit is contained in:
Geoffrey McRae
2026-07-29 11:29:57 +10:00
parent 6dd91a1269
commit 56ad487d0a
6 changed files with 37 additions and 12 deletions

View File

@@ -23,7 +23,7 @@
#include <stdbool.h>
bool installCrashHandler(const char * exe);
bool installCrashHandler(const char * exe, char * argv0);
void cleanupCrashHandler(void);
void printAllThreadBacktraces(void);