Home
last modified time | relevance | path

Searched defs:DNBThreadResumeAction (Results 1 – 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNBDefs.h222 struct DNBThreadResumeAction struct
224 …d; // The thread ID that this action applies to, INVALID_NUB_THREAD for the default thread action
225 …ate_t state; // Valid values are eStateStopped/eStateSuspended, eStateRunning, and eStateStepping.
226 int signal; // When resuming this thread, resume it with this signal
227 …; // If not INVALID_NUB_ADDRESS, then set the PC for the thread to ADDR before resuming/stepping