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

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h28 virtual lldb::StateType GetState() = 0;
H A DNativeProcessProtocol.h161 lldb::StateType GetState() const;
/freebsd-11-stable/stand/efi/include/
H A Defipoint.h63 EFI_SIMPLE_POINTER_GET_STATE GetState; member in struct:_EFI_SIMPLE_POINTER
111 EFI_ABSOLUTE_POINTER_GET_STATE GetState; member in struct:_EFI_ABSOLUTE_POINTER_PROTOCOL
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h34 lldb::StateType GetState() override;
H A DNativeThreadNetBSD.cpp202 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } function in class:NativeThreadNetBSD
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i187 GetState ();
426 s = self.GetState()
439 state = self.GetState()
446 state = self.GetState()
496 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-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp80 lldb::StateType NativeThreadDarwin::GetState() { function in class:NativeThreadDarwin
187 if (GetState() == eStateRunning)
H A DNativeThreadDarwin.h51 lldb::StateType GetState() override;
H A DNativeThreadListDarwin.h70 nub_state_t GetState (nub_thread_t tid);
H A DNativeThreadListDarwin.cpp42 NativeThreadListDarwin::GetState(nub_thread_t tid)
46 return thread_sp->GetState();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h239 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
257 /// cref="GetState"/> does not return <see cref="eComplete"/>.</param>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h106 uint64_t GetState() const { return m_current.state; } function in class:HexagonDYLDRendezvous
127 /// \see GetState().
H A DHexagonDYLDRendezvous.cpp337 int state = GetState();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h99 uint64_t GetState() const { return m_current.state; } function in class:DYLDRendezvous
120 /// \see GetState().
H A DDYLDRendezvous.cpp604 int state = GetState();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp144 if (process_sp->GetState() == eStateConnected) {
177 if (process_sp->GetState() == eStateConnected) {
517 StateType SBProcess::GetState() { function in class:SBProcess
518 LLDB_RECORD_METHOD_NO_ARGS(lldb::StateType, SBProcess, GetState);
525 ret_val = process_sp->GetState();
1004 process_sp->GetID(), lldb_private::StateAsCString(GetState()),
1220 if (process_sp->GetState() != eStateStopped) {
1342 LLDB_REGISTER_METHOD(lldb::StateType, SBProcess, GetState, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h118 lldb::StateType GetState();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1657 StateType state = process->GetState();
1918 StateType state = process_sp->GetState();
1950 StateType state = process_sp->GetState();
2008 StateType state = process_sp->GetState();
2429 StateType state = process->GetState();
2914 StateIsStoppedState(process->GetState(), true))
2926 StateIsStoppedState(process->GetState(), true))
2938 StateIsStoppedState(process->GetState(), true))
2950 StateIsStoppedState(process->GetState(), true))
2998 StateIsStoppedState(process->GetState(), tru
[all...]
H A DValue.cpp427 ? StateIsStoppedState(exe_ctx->GetProcessPtr()->GetState(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp122 (m_process_sp && StateIsStoppedState(m_process_sp->GetState(), true))) {
519 StateIsStoppedState(process_sp->GetState(), true)) {
H A DProcess.cpp721 StateType state = GetState();
1292 StateType Process::GetState() { function in class:Process
1612 switch (GetState()) {
3114 return Status("Halt timed out. State = %s", StateAsCString(GetState()));
3168 StateAsCString(GetState()));
3655 StateAsCString(GetState()),
3715 StateAsCString(GetState()));
4051 s->Printf("state = %s", StateAsCString(GetState()));
4079 return data->GetState();
4186 new ProcessEventData(shared_from_this(), GetState()));
[all...]
H A DThread.cpp565 StateType Thread::GetState() const { function in class:Thread
2110 if (StateIsStoppedState(process->GetState(), true)) {
2143 if (StateIsStoppedState(process->GetState(), true)) {
2175 if (StateIsStoppedState(process->GetState(), true)) {
H A DThreadList.cpp643 if (StateIsRunningState(thread_sp->GetState()))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp178 if (process == nullptr || process->GetState() != lldb::eStateStopped) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp49 state = process->GetState();
53 if (process->GetState() == eStateAttaching)
552 StateType state = process->GetState();

Completed in 332 milliseconds

12