Home
last modified time | relevance | path

Searched refs:GetState (Results 1 – 25 of 85) sorted by relevance

1234

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i185 GetState ();
448 s = self.GetState()
461 state = self.GetState()
468 state = self.GetState()
518 …state = property(GetState, None, doc='''A read only property that returns an lldb enumeration valu…
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp439 GetState()); in MonitorCallback()
474 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorCallback()
535 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP()
591 StateType state = thread.GetState(); in MonitorSIGTRAP()
618 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP()
691 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP()
777 const StateType thread_state = thread.GetState(); in MonitorSignal()
797 Status error = ResumeThread(thread, thread.GetState(), 0); in MonitorSignal()
817 ResumeThread(thread, thread.GetState(), signo); in MonitorSignal()
852 ResumeThread(parent, parent.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorClone()
[all …]
H A DIntelPTProcessTrace.h30 virtual TraceIntelPTGetStateResponse GetState() = 0;
H A DIntelPTPerThreadProcessTrace.h46 TraceIntelPTGetStateResponse GetState() override;
H A DIntelPTCollector.h57 llvm::Expected<llvm::json::Value> GetState();
H A DIntelPTCollector.cpp195 Expected<json::Value> IntelPTCollector::GetState() { in GetState() function in IntelPTCollector
202 state = m_process_trace_up->GetState(); in GetState()
H A DIntelPTPerThreadProcessTrace.cpp38 TraceIntelPTGetStateResponse IntelPTPerThreadProcessTrace::GetState() { in GetState() function in IntelPTPerThreadProcessTrace
H A DIntelPTMultiCoreTrace.h79 TraceIntelPTGetStateResponse GetState() override;
H A DNativeThreadLinux.cpp110 lldb::StateType NativeThreadLinux::GetState() { return m_state; } in GetState() function in NativeThreadLinux
441 return GetState() == StateType::eStateStopped && in IsStoppedAtBreakpoint()
446 return GetState() == StateType::eStateStopped && in IsStoppedAtWatchpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp91 StateType state = GetState(); in Resume()
149 GetDebuggedProcessId(), GetState()); in Resume()
163 StateType state = GetState(); in Halt()
172 StateType state = GetState(); in Detach()
197 StateType state = GetState(); in Kill()
236 StateType state = GetState(); in IsAlive()
H A DNativeThreadWindows.h33 lldb::StateType GetState() override { return m_state; } in GetState() function
/openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/
H A DTestMPXTable.py55 if (process.GetState() == lldb.eStateExited):
139 if (process.GetState() == lldb.eStateExited):
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DTTYState.h48 bool GetState(uint32_t idx, int fd, bool saveProcessGroup);
H A DTTYState.cpp67 bool TTYStateSwitcher::GetState(uint32_t idx, int fd, bool saveProcessGroup) { in GetState() function in TTYStateSwitcher
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.h35 lldb::StateType GetState() override;
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py86 self.inferior_process.GetState() == lldb.eStateExited
251 self.inferior_process.GetState(),
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dshadow.py11 state = process.GetState()
H A Ddisasm.py64 state = process.GetState()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h32 virtual lldb::StateType GetState() = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeThreadOpenBSD.h35 lldb::StateType GetState() override;
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dsourcewin.py63 if process.GetState() == lldb.eStateStopped:
65 elif process.GetState() == lldb.eStateExited:
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DUtilityFunction.cpp69 if (process_sp->GetState() != lldb::eStateStopped) { in MakeFunctionCaller()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h34 lldb::StateType GetState() override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h34 lldb::StateType GetState() override;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp136 if (process_sp->GetState() == eStateConnected) { in RemoteLaunch()
168 if (process_sp->GetState() == eStateConnected) { in RemoteAttachToProcessWithID()
469 StateType SBProcess::GetState() { in GetState() function in SBProcess
477 ret_val = process_sp->GetState(); in GetState()
929 process_sp->GetID(), lldb_private::StateAsCString(GetState()), in GetDescription()
1159 if (process_sp->GetState() != eStateStopped) { in SaveCore()

1234