Searched refs:ResumeAction (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Debug.h | 19 struct ResumeAction { struct 41 ResumeActionList(const ResumeAction *actions, size_t num_actions) { in ResumeActionList() argument 52 void Append(const ResumeAction &action) { in Append() 58 ResumeAction action = {tid, state, signal}; 74 const ResumeAction *GetActionForThread(lldb::tid_t tid, in GetActionForThread() 99 ResumeAction default_action = {LLDB_INVALID_THREAD_ID, action, signal}; in SetDefaultThreadActionIfNeeded() 117 const ResumeAction *GetFirst() const { return m_actions.data(); } in GetFirst() 127 std::vector<ResumeAction> m_actions;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.cpp | 443 const ResumeAction *action = in ComputeSignalInfo() 497 const ResumeAction *action = in Resume() 501 ResumeAction suspend_action{thread.GetID(), eStateSuspended, in Resume()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 463 const ResumeAction *action = in Resume() 467 ResumeAction suspend_action{thread.GetID(), eStateSuspended, in Resume()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 1607 ResumeAction action = {GetContinueThreadID(), StateType::eStateRunning, in Handle_C() 1683 if (const ResumeAction *default_action = in ResumeActionListStopsAllThreads() 1722 ResumeAction thread_action; in Handle_vCont() 3036 ResumeAction action = {tid, eStateStepping, LLDB_INVALID_SIGNAL_NUMBER}; in Handle_s()
|