Home
last modified time | relevance | path

Searched refs:eStateUnloaded (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/gnu/llvm/lldb/source/Utility/
H A DState.cpp18 case eStateUnloaded: in StateAsCString()
79 case eStateUnloaded: in StateIsRunningState()
100 case eStateUnloaded: in StateIsStoppedState()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBDefs.h70 eStateUnloaded, enumerator
102 ((s) == eStateUnloaded || (s) == eStateStopped || (s) == eStateCrashed || \
H A Dlibdebugserver.cpp160 case eStateUnloaded: in HandleProcessStateChange()
H A Ddebugserver.cpp328 case eStateUnloaded: in RNBRunLoopLaunchInferior()
438 case eStateUnloaded: in HandleProcessStateChange()
H A DDNB.cpp537 case eStateUnloaded: in DNBProcessAttach()
934 case eStateUnloaded: in DNBStateAsString()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeThreadOpenBSD.cpp109 case eStateUnloaded: in GetStopReason()
H A DNativeProcessOpenBSD.cpp334 case StateType::eStateUnloaded: in Kill()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeThreadWindows.cpp129 case eStateUnloaded: in GetStopReason()
H A DNativeProcessWindows.cpp242 case eStateUnloaded: in IsAlive()
H A DProcessWindows.cpp571 case eStateUnloaded: in IsAlive()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp239 case eStateUnloaded: in GetStopReason()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dprocess_events.py376 elif state == lldb.eStateUnloaded:
H A Dperformance.py200 … lldb.eStateDetached or state == lldb.eStateCrashed or state == lldb.eStateUnloaded or state == ll…
H A Dsymbolication.py529 if state > lldb.eStateUnloaded and state < lldb.eStateDetached:
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp227 case eStateUnloaded: in GetStopReason()
H A DNativeProcessFreeBSD.cpp544 case StateType::eStateUnloaded: in Kill()
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp557 case lldb::eStateUnloaded: in WaitForProcessToStop()
H A Dlldb-vscode.cpp433 case lldb::eStateUnloaded: in EventThreadFunction()
864 case lldb::eStateUnloaded: in request_disconnect()
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h76 eStateUnloaded, ///< Process is object is valid, but not currently loaded enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp123 case eStateUnloaded: in GetStopReason()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp31 m_state(eStateUnloaded), m_state_mutex(PTHREAD_MUTEX_RECURSIVE), in MachThread()
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp416 m_target_wp(target_sp), m_public_state(eStateUnloaded), in Process()
417 m_private_state(eStateUnloaded), in Process()
693 case eStateUnloaded: in WaitForProcessToStop()
735 case eStateUnloaded: in HandleProcessStateChangedEvent()
1625 case eStateUnloaded: in CreateBreakpointSite()
3380 case eStateUnloaded: in ShouldBroadcastEvent()
/openbsd/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py157 elif enum == lldb.eStateUnloaded:
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp240 case eStateUnloaded: in CheckRequirements()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp123 m_state != eStateInvalid && m_state != eStateUnloaded; in IsAlive()

12