Searched defs:DNBThreadResumeAction (Results 1 – 1 of 1) sorted by relevance
220 struct DNBThreadResumeAction { struct221 nub_thread_t tid; // The thread ID that this action applies to,223 nub_state_t state; // Valid values are eStateStopped/eStateSuspended,225 int signal; // When resuming this thread, resume it with this signal226 nub_addr_t addr; // If not INVALID_NUB_ADDRESS, then set the PC for the thread