Searched refs:GetState (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessExtensions.i19 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-current/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadInterface.h32 virtual lldb::StateType GetState() { return lldb::eStateInvalid; } function in class:lldb_private::ScriptedThreadInterface
/freebsd-current/stand/efi/include/
H A Defipoint.h62 EFI_SIMPLE_POINTER_GET_STATE GetState; member in struct:_EFI_SIMPLE_POINTER
110 EFI_ABSOLUTE_POINTER_GET_STATE GetState; member in struct:_EFI_ABSOLUTE_POINTER_PROTOCOL
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp69 if (process_sp->GetState() != lldb::eStateStopped) {
73 StateAsCString(process_sp->GetState()));
H A DFunctionCaller.cpp82 if (process->GetState() != lldb::eStateStopped) {
237 if (process->GetState() != lldb::eStateStopped) {
H A DUserExpression.cpp206 if (process != nullptr && process->GetState() != lldb::eStateStopped) {
211 StateAsCString(process->GetState()));
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h32 virtual lldb::StateType GetState() = 0;
H A DNativeProcessProtocol.h186 lldb::StateType GetState() const;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.h40 lldb::StateType GetState() override;
H A DScriptedThreadPythonInterface.cpp63 lldb::StateType ScriptedThreadPythonInterface::GetState() { function in class:ScriptedThreadPythonInterface
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h34 lldb::StateType GetState() override;
H A DNativeThreadNetBSD.cpp226 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } function in class:NativeThreadNetBSD
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h34 lldb::StateType GetState() override;
H A DNativeThreadFreeBSD.cpp214 lldb::StateType NativeThreadFreeBSD::GetState() { return m_state; } function in class:NativeThreadFreeBSD
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h104 uint64_t GetState() const { return m_current.state; } function in class:HexagonDYLDRendezvous
125 /// \see GetState().
H A DHexagonDYLDRendezvous.cpp339 int state = GetState();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h244 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
262 /// cref="GetState"/> does not return <see cref="eComplete"/>.</param>
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h183 uint64_t GetState() const { return m_current.state; } function in class:DYLDRendezvous
207 /// \see GetState().
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp103 if (process->GetState() != lldb::eStateStopped) {
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp137 if (process_sp->GetState() == eStateConnected) {
169 if (process_sp->GetState() == eStateConnected) {
480 StateType SBProcess::GetState() { function in class:SBProcess
488 ret_val = process_sp->GetState();
946 process_sp->GetID(), lldb_private::StateAsCString(GetState()),
1181 if (process_sp->GetState() != eStateStopped) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h124 lldb::StateType GetState();
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp121 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) {
513 StateIsStoppedState(process_sp->GetState(), true)) {
H A DProcess.cpp659 StateType state = GetState();
1300 StateType Process::GetState() { function in class:Process
1633 switch (GetState()) {
3188 return Status("Halt timed out. State = %s", StateAsCString(GetState()));
3242 StateAsCString(GetState()));
3738 StateAsCString(GetState()),
3798 StateAsCString(GetState()));
4153 s->Printf("state = %s", StateAsCString(GetState()));
4181 return data->GetState();
4288 new ProcessEventData(shared_from_this(), GetState()));
[all...]
H A DThread.cpp552 StateType Thread::GetState() const { function in class:Thread
1914 if (StateIsStoppedState(process->GetState(), true)) {
1947 if (StateIsStoppedState(process->GetState(), true)) {
1979 if (StateIsStoppedState(process->GetState(), true)) {
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5130 StateType state = process_sp->GetState();
5161 StateType state = process_sp->GetState();
5207 if (StateIsRunningState(process->GetState()))
5230 StateType state = process_sp->GetState();
5273 StateType state = process_sp->GetState();
5916 StateType state = process->GetState();
6420 StateIsStoppedState(process->GetState(), true))
6432 StateIsStoppedState(process->GetState(), true)) {
6448 StateIsStoppedState(process->GetState(), true))
6485 StateIsStoppedState(process->GetState(), tru
[all...]

Completed in 391 milliseconds

12