feat: add process crash popups
This commit is contained in:
@@ -296,6 +296,11 @@ namespace montauk {
|
||||
return (uint64_t)syscall1(Montauk::SYS_GETLIBBASE, (uint64_t)handle);
|
||||
}
|
||||
|
||||
// Crash report retrieval
|
||||
inline int crash_report(Montauk::CrashReportInfo* out) {
|
||||
return (int)syscall1(Montauk::SYS_CRASH_REPORT, (uint64_t)out);
|
||||
}
|
||||
|
||||
// Process management
|
||||
inline void waitpid(int pid) { syscall1(Montauk::SYS_WAITPID, (uint64_t)pid); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user