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