Searched defs:DNBThreadResumeAction (Results 1 – 1 of 1) sorted by relevance
222 struct DNBThreadResumeAction struct224 …d; // The thread ID that this action applies to, INVALID_NUB_THREAD for the default thread action225 …ate_t state; // Valid values are eStateStopped/eStateSuspended, eStateRunning, and eStateStepping.226 int signal; // When resuming this thread, resume it with this signal227 …; // If not INVALID_NUB_ADDRESS, then set the PC for the thread to ADDR before resuming/stepping