Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DDNBDefs.h220 struct DNBThreadResumeAction { struct
221 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 signal
226 nub_addr_t addr; // If not INVALID_NUB_ADDRESS, then set the PC for the thread