| /freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/ |
| HD | SBProcessExtensions.i | 19 s = self.GetState() 32 state = self.GetState() 39 state = self.GetState() 94 …state = property(GetState, None, doc='''A read only property that returns an lldb enumeration valu…
|
| /freebsd-13-stable/stand/efi/include/ |
| HD | efipoint.h | 62 EFI_SIMPLE_POINTER_GET_STATE GetState; member 110 EFI_ABSOLUTE_POINTER_GET_STATE GetState; member
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/ |
| HD | UtilityFunction.cpp | 69 if (process_sp->GetState() != lldb::eStateStopped) { in MakeFunctionCaller() 73 StateAsCString(process_sp->GetState())); in MakeFunctionCaller()
|
| HD | FunctionCaller.cpp | 82 if (process->GetState() != lldb::eStateStopped) { in WriteFunctionWrapper() 235 if (process->GetState() != lldb::eStateStopped) { in InsertFunction()
|
| HD | UserExpression.cpp | 206 if (process != nullptr && process->GetState() != lldb::eStateStopped) { in Evaluate() 211 StateAsCString(process->GetState())); in Evaluate()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
| HD | ScriptedThreadInterface.h | 32 virtual lldb::StateType GetState() { return lldb::eStateInvalid; } in GetState() function
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| HD | ScriptedThreadPythonInterface.h | 40 lldb::StateType GetState() override;
|
| HD | ScriptedThreadPythonInterface.cpp | 66 lldb::StateType ScriptedThreadPythonInterface::GetState() { in GetState() function in ScriptedThreadPythonInterface
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| HD | NativeThreadProtocol.h | 32 virtual lldb::StateType GetState() = 0;
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| HD | NativeThreadNetBSD.h | 34 lldb::StateType GetState() override;
|
| HD | NativeThreadNetBSD.cpp | 226 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } in GetState() function in NativeThreadNetBSD
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| HD | NativeThreadFreeBSD.h | 34 lldb::StateType GetState() override;
|
| HD | NativeThreadFreeBSD.cpp | 214 lldb::StateType NativeThreadFreeBSD::GetState() { return m_state; } in GetState() function in NativeThreadFreeBSD
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBProcess.cpp | 140 if (process_sp->GetState() == eStateConnected) { in RemoteLaunch() 172 if (process_sp->GetState() == eStateConnected) { in RemoteAttachToProcessWithID() 482 StateType SBProcess::GetState() { in GetState() function in SBProcess 490 ret_val = process_sp->GetState(); in GetState() 1003 process_sp->GetID(), lldb_private::StateAsCString(GetState()), in GetDescription() 1253 if (process_sp->GetState() != eStateStopped) { in SaveCore()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | ClangUtilityFunction.cpp | 102 if (process->GetState() != lldb::eStateStopped) { in Install()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| HD | HexagonDYLDRendezvous.h | 104 uint64_t GetState() const { return m_current.state; } in GetState() function
|
| HD | HexagonDYLDRendezvous.cpp | 339 int state = GetState(); in DumpToLog()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| HD | DYLDRendezvous.h | 183 uint64_t GetState() const { return m_current.state; } in GetState() function
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/WindowsDriver/ |
| HD | MSVCSetupApi.h | 244 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | ExecutionContext.cpp | 121 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) { in ExecutionContext() 513 StateIsStoppedState(process_sp->GetState(), true)) { in SetTargetPtr()
|
| HD | Process.cpp | 691 StateType state = GetState(); in WaitForProcessToStop() 1332 StateType Process::GetState() { in GetState() function in Process 1665 switch (GetState()) { in CreateBreakpointSite() 3348 return Status("Halt timed out. State = %s", StateAsCString(GetState())); in Halt() 3429 StateAsCString(GetState())); in StopForDestroyOrDetach() 3925 StateAsCString(GetState()), in HandlePrivateEvent() 3985 StateAsCString(GetState())); in HandlePrivateEvent() 4345 s->Printf("state = %s", StateAsCString(GetState())); in Dump() 4373 return data->GetState(); in GetStateFromEvent() 4478 std::make_shared<ProcessEventData>(shared_from_this(), GetState()); in CreateEventFromProcessState() [all …]
|
| HD | Thread.cpp | 559 StateType Thread::GetState() const { in GetState() function in Thread 1927 if (StateIsStoppedState(process->GetState(), true)) { in StepIn() 1960 if (StateIsStoppedState(process->GetState(), true)) { in StepOver() 1992 if (StateIsStoppedState(process->GetState(), true)) { in StepOut()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | IOHandlerCursesGUI.cpp | 5130 StateType state = process_sp->GetState(); in TreeDelegateGenerateChildren() 5161 StateType state = process_sp->GetState(); in TreeDelegateItemSelected() 5207 if (StateIsRunningState(process->GetState())) in TreeDelegateShouldDraw() 5230 StateType state = process_sp->GetState(); in TreeDelegateGenerateChildren() 5273 StateType state = process_sp->GetState(); in TreeDelegateUpdateSelection() 5916 StateType state = process->GetState(); in WindowDelegateDraw() 6420 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 6432 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction() 6448 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 6485 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBProcess.h | 124 lldb::StateType GetState();
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationServerLLGS.cpp | 469 StateAsCString(process->GetState())); in InitializeDelegate() 1534 process.GetState()); in ResumeProcess() 1588 m_continue_process->GetState()); in Handle_C() 1921 m_current_process->GetState(), in Handle_stop_reason() 3442 m_current_process->GetState(), in Handle_vAttach() 3475 m_current_process->GetState(), in Handle_vAttachWait() 3514 m_current_process->GetState(), in Handle_vAttachOrWait() 3548 m_current_process->GetState(), in Handle_vRun()
|