Command to install a trap handler. More...
#include <ToolctlMessages.h>
Data Fields | |
| void(* | trap_handler )(int, siginfo_t *, void *) |
| Signal handler function for SIGTRAP. | |
| BG_ThreadID_t | threadID |
| Thread id. | |
Command to install a trap handler.
Definition at line 1001 of file ToolctlMessages.h.
BG_ThreadID_t bgcios::toolctl::ToolCommand::threadID [inherited] |
Thread id.
Definition at line 659 of file ToolctlMessages.h.
| void(* bgcios::toolctl::InstallTrapHandlerCmd::trap_handler)(int, siginfo_t *, void *) |
Signal handler function for SIGTRAP.
1.6.1