| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | 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 value (see enumerations that start with "lldb.eState") that represents the current state of this process (running, stopped, exited, etc.).''')
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 70 if (process_sp->GetState() != lldb::eStateStopped) { in MakeFunctionCaller() 74 StateAsCString(process_sp->GetState())); in MakeFunctionCaller()
|
| H A D | FunctionCaller.cpp | 83 if (process->GetState() != lldb::eStateStopped) { in WriteFunctionWrapper() 234 if (process->GetState() != lldb::eStateStopped) { in InsertFunction()
|
| H A D | UserExpression.cpp | 209 if (process && process->GetState() != lldb::eStateStopped) { in Evaluate() 214 StateAsCString(process->GetState()))); in Evaluate()
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | SimplePointer.h | 124 EFI_SIMPLE_POINTER_GET_STATE GetState; member
|
| H A D | AbsolutePointer.h | 179 EFI_ABSOLUTE_POINTER_GET_STATE GetState; member
|
| H A D | Usb2HostController.h | 628 EFI_USB2_HC_PROTOCOL_GET_STATE GetState; member
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedThreadPythonInterface.h | |
| H A D | ScriptedThreadPythonInterface.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/ |
| H A D | NativeThreadAIX.h | 27 lldb::StateType GetState() override;
|
| H A D | NativeThreadAIX.cpp | 22 lldb::StateType NativeThreadAIX::GetState() { return m_state; } in GetState() function in NativeThreadAIX
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedThreadPythonInterface.h | 41 lldb::StateType GetState() override;
|
| H A D | ScriptedThreadPythonInterface.cpp | 66 lldb::StateType ScriptedThreadPythonInterface::GetState() { in GetState() function in ScriptedThreadPythonInterface
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeThreadProtocol.h | 32 virtual lldb::StateType GetState() = 0;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.h | 34 lldb::StateType GetState() override;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.h | 34 lldb::StateType GetState() override;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptedProcessInterface.h | |
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 140 if (process_sp->GetState() == eStateConnected) { in RemoteLaunch() 173 if (process_sp->GetState() == eStateConnected) { in RemoteAttachToProcessWithID() 485 StateType SBProcess::GetState() { in GetState() function in SBProcess 493 ret_val = process_sp->GetState(); in GetState() 1018 process_sp->GetID(), lldb_private::StateAsCString(GetState()), in GetDescription() 1269 if (process_sp->GetState() != eStateStopped) { in SaveCore()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUtilityFunction.cpp | 102 if (process->GetState() != lldb::eStateStopped) { in Install()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | HexagonDYLDRendezvous.h | 104 uint64_t GetState() const { return m_current.state; } in GetState() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.h | 183 uint64_t GetState() const { return m_current.state; } 207 /// \see GetState(). 108 uint64_t GetState() const { return m_current.state; } GetState() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/ |
| H A D | MSVCSetupApi.h | 244 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ExecutionContext.cpp | 121 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) { in ExecutionContext() 513 StateIsStoppedState(process_sp->GetState(), true)) { in SetTargetPtr()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 64 state = process->GetState(); in StopProcessIfNecessary() 68 if (process->GetState() == eStateAttaching) in StopProcessIfNecessary() 505 StateType state = process->GetState(); in DoExecute() 1500 StateType state = process->GetState(); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5132 StateType state = process_sp->GetState(); in TreeDelegateGenerateChildren() 5163 StateType state = process_sp->GetState(); in TreeDelegateItemSelected() 5209 if (StateIsRunningState(process->GetState())) in TreeDelegateShouldDraw() 5232 StateType state = process_sp->GetState(); in TreeDelegateGenerateChildren() 5275 StateType state = process_sp->GetState(); in TreeDelegateUpdateSelection() 5918 StateType state = process->GetState(); in WindowDelegateDraw() 6422 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 6434 StateIsStoppedState(process->GetState(), true)) { in MenuDelegateAction() 6450 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() 6487 StateIsStoppedState(process->GetState(), true)) in MenuDelegateAction() [all …]
|