| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBProcess.i | 185 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 D | NativeProcessLinux.cpp | 439 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 D | IntelPTProcessTrace.h | 30 virtual TraceIntelPTGetStateResponse GetState() = 0;
|
| H A D | IntelPTPerThreadProcessTrace.h | 46 TraceIntelPTGetStateResponse GetState() override;
|
| H A D | IntelPTCollector.h | 57 llvm::Expected<llvm::json::Value> GetState();
|
| H A D | IntelPTCollector.cpp | 195 Expected<json::Value> IntelPTCollector::GetState() { in GetState() function in IntelPTCollector 202 state = m_process_trace_up->GetState(); in GetState()
|
| H A D | IntelPTPerThreadProcessTrace.cpp | 38 TraceIntelPTGetStateResponse IntelPTPerThreadProcessTrace::GetState() { in GetState() function in IntelPTPerThreadProcessTrace
|
| H A D | IntelPTMultiCoreTrace.h | 79 TraceIntelPTGetStateResponse GetState() override;
|
| H A D | NativeThreadLinux.cpp | 110 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 D | NativeProcessWindows.cpp | 91 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 D | NativeThreadWindows.h | 33 lldb::StateType GetState() override { return m_state; } in GetState() function
|
| /openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/ |
| H A D | TestMPXTable.py | 55 if (process.GetState() == lldb.eStateExited): 139 if (process.GetState() == lldb.eStateExited):
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | TTYState.h | 48 bool GetState(uint32_t idx, int fd, bool saveProcessGroup);
|
| H A D | TTYState.cpp | 67 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 D | ScriptedThreadPythonInterface.h | 35 lldb::StateType GetState() override;
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | concurrent_base.py | 86 self.inferior_process.GetState() == lldb.eStateExited 251 self.inferior_process.GetState(),
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | shadow.py | 11 state = process.GetState()
|
| H A D | disasm.py | 64 state = process.GetState()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/ |
| H A D | NativeThreadProtocol.h | 32 virtual lldb::StateType GetState() = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeThreadOpenBSD.h | 35 lldb::StateType GetState() override;
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | sourcewin.py | 63 if process.GetState() == lldb.eStateStopped: 65 elif process.GetState() == lldb.eStateExited:
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 69 if (process_sp->GetState() != lldb::eStateStopped) { in MakeFunctionCaller()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.h | 34 lldb::StateType GetState() override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.h | 34 lldb::StateType GetState() override;
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBProcess.cpp | 136 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()
|