Message to request control authority. More...
#include <ToolctlMessages.h>
Public Member Functions | |
| void | notifySignalSet (sigset_t *sigset) |
| Set the signals of interest for this tool. | |
Data Fields | |
| BG_Sigset_t | notifySet |
| Set of signals that tool is notified of when encountered. Use notifySignalSet(sigset_t*) to initialize. | |
| uint32_t | sndSignal |
| Signal, if any, to be sent to the process leader after control authority has been granted (e.g. SIGTRAP, SIGSTOP). | |
| DynamicNotifyMode | dynamicNotifyMode |
| Dynamic application attachment notify mode. | |
| DACTrapMode | dacTrapMode |
| Data Address Compare trap presentation mode. | |
| struct MessageHeader | header |
| Message header. | |
| uint32_t | toolId |
| Tool identifier. | |
Message to request control authority.
Definition at line 490 of file ToolctlMessages.h.
| void bgcios::toolctl::ControlMessage::notifySignalSet | ( | sigset_t * | sigset | ) | [inline] |
Set the signals of interest for this tool.
Definition at line 499 of file ToolctlMessages.h.
References notifySet.
Data Address Compare trap presentation mode.
Definition at line 496 of file ToolctlMessages.h.
Dynamic application attachment notify mode.
Definition at line 495 of file ToolctlMessages.h.
struct MessageHeader bgcios::toolctl::ToolMessage::header [read, inherited] |
Message header.
Definition at line 460 of file ToolctlMessages.h.
Set of signals that tool is notified of when encountered. Use notifySignalSet(sigset_t*) to initialize.
Definition at line 493 of file ToolctlMessages.h.
Referenced by notifySignalSet().
Signal, if any, to be sent to the process leader after control authority has been granted (e.g. SIGTRAP, SIGSTOP).
Definition at line 494 of file ToolctlMessages.h.
uint32_t bgcios::toolctl::ToolMessage::toolId [inherited] |
Tool identifier.
Definition at line 461 of file ToolctlMessages.h.
1.6.1