| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeThreadDarwin.cpp | 81 lldb::StateType NativeThreadDarwin::GetState() { in GetState() function in NativeThreadDarwin 188 if (GetState() == eStateRunning) in ShouldStop()
|
| H A D | NativeThreadDarwin.h | 54 lldb::StateType GetState() override;
|
| H A D | NativeThreadListDarwin.h | 71 nub_state_t GetState (nub_thread_t tid);
|
| H A D | NativeThreadListDarwin.cpp | 43 NativeThreadListDarwin::GetState(nub_thread_t tid) 47 return thread_sp->GetState();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| H A D | NativeThreadProtocol.h | 31 virtual lldb::StateType GetState() = 0;
|
| H A D | NativeProcessProtocol.h | 141 lldb::StateType GetState() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.h | 35 lldb::StateType GetState() override;
|
| H A D | NativeThreadNetBSD.cpp | 111 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } in GetState() function in NativeThreadNetBSD
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBProcess.cpp | 128 if (process_sp->GetState() == eStateConnected) { in RemoteLaunch() 166 if (process_sp->GetState() == eStateConnected) { in RemoteAttachToProcessWithID() 555 StateType SBProcess::GetState() { in GetState() function in SBProcess 562 ret_val = process_sp->GetState(); in GetState() 1119 process_sp->GetID(), lldb_private::StateAsCString(GetState()), in GetDescription() 1346 if (process_sp->GetState() != eStateStopped) { in SaveCore()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | IOHandler.cpp | 2240 StateType state = process->GetState(); in WindowDelegateDraw() 2503 StateType state = process_sp->GetState(); in TreeDelegateGenerateChildren() 2535 StateType state = process_sp->GetState(); in TreeDelegateItemSelected() 2593 StateType state = process_sp->GetState(); in TreeDelegateGenerateChildren() 3017 StateType state = process->GetState(); in WindowDelegateDraw() 3503 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 3515 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 3527 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 3539 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 3763 const StateType state = process->GetState(); in WindowDelegateDraw() [all …]
|
| H A D | Value.cpp | 427 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(), in GetValueAsData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | HexagonDYLDRendezvous.h | 107 uint64_t GetState() const { return m_current.state; } in GetState() function
|
| H A D | HexagonDYLDRendezvous.cpp | 337 int state = GetState(); in DumpToLog()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.h | 100 uint64_t GetState() const { return m_current.state; } in GetState() function
|
| H A D | DYLDRendezvous.cpp | 570 int state = GetState(); in DumpToLog()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | MSVCSetupApi.h | 239 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 975 StateType state = GetState(); in WaitForProcessToStop() 1551 StateType Process::GetState() { in GetState() function in Process 1855 switch (GetState()) { in CreateBreakpointSite() 3408 StateAsCString(GetState())); in StopForDestroyOrDetach() 3892 StateAsCString(GetState()), in HandlePrivateEvent() 3952 StateAsCString(GetState())); in HandlePrivateEvent() 4282 s->Printf("state = %s", StateAsCString(GetState())); in Dump() 4310 return data->GetState(); in GetStateFromEvent() 4585 if (StateIsRunningState(m_process->GetState())) in Run() 4639 if (StateIsRunningState(m_process->GetState())) { in Interrupt() [all …]
|
| H A D | ExecutionContext.cpp | 123 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) { in ExecutionContext() 528 StateIsStoppedState(process_sp->GetState(), true)) { in SetTargetPtr()
|
| H A D | Thread.cpp | 584 StateType Thread::GetState() const { in GetState() function in Thread 2121 if (StateIsStoppedState(process->GetState(), true)) { in StepIn() 2154 if (StateIsStoppedState(process->GetState(), true)) { in StepOver() 2186 if (StateIsStoppedState(process->GetState(), true)) { in StepOut()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 125 lldb::StateType GetState();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 51 state = process->GetState(); in StopProcessIfNecessary() 55 if (process->GetState() == eStateAttaching) in StopProcessIfNecessary() 621 StateType state = process->GetState(); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | UserExpression.cpp | 166 if (process == NULL || process->GetState() != lldb::eStateStopped) { in Evaluate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Thread.h | 167 lldb::StateType GetState() const;
|
| H A D | Process.h | 603 lldb::StateType GetState() const { return m_state; } in GetState() function 1508 lldb::StateType GetState();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 665 lldb::StateType NativeProcessProtocol::GetState() const { in GetState() function in NativeProcessProtocol
|