Searched refs:AppendAction (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBThreadResumeActions.h | 33 void AppendAction(nub_thread_t tid, nub_state_t state, int signal = 0, 36 void AppendResumeAll() { AppendAction(INVALID_NUB_THREAD, eStateRunning); } in AppendResumeAll() 38 void AppendSuspendAll() { AppendAction(INVALID_NUB_THREAD, eStateStopped); } in AppendSuspendAll() 40 void AppendStepAll() { AppendAction(INVALID_NUB_THREAD, eStateStepping); } in AppendStepAll()
|
| H A D | DNBThreadResumeActions.cpp | 38 void DNBThreadResumeActions::AppendAction(nub_thread_t tid, nub_state_t state, in AppendAction() function in DNBThreadResumeActions
|
| H A D | RNBRemote.cpp | 4624 thread_actions.AppendAction(tid, eStateStepping); in HandlePacket_s()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | Debug.h | 57 void AppendAction(lldb::tid_t tid, lldb::StateType state, int signal = 0) { 63 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateRunning); in AppendResumeAll() 67 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStopped); in AppendSuspendAll() 71 AppendAction(LLDB_INVALID_THREAD_ID, lldb::eStateStepping); in AppendStepAll()
|