Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBDefs.h223 struct DNBThreadResumeAction { struct
224 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 signal
229 nub_addr_t addr; // If not INVALID_NUB_ADDRESS, then set the PC for the thread