Searched refs:AppendAction (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h59 void AppendAction(lldb::tid_t tid, lldb::StateType state, int signal = 0) { function in class:lldb_private::ResumeActionList
65 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning);
69 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStopped);
73 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStepping);

Completed in 100 milliseconds