feat: export debugging signal handlers to zig
This commit is contained in:
parent
2f7228cea6
commit
b3176b32e6
2 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,10 @@ void install_remote_debugger();
|
|||
void install_backtrace();
|
||||
void install_jitdebugger();
|
||||
|
||||
void sighdl_debugger(int no, siginfo_t * /*sigi*/, void * /*uco*/);
|
||||
void sighdl_remote_debugger(int no, siginfo_t * /*sigi*/, void * /*uco*/);
|
||||
void sighdl_backtrace(int no, siginfo_t * /*sigi*/, void * /*uco*/);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue