Searched refs:eStateUnloaded (Results 1 - 23 of 23) sorted by relevance

/external/lldb/source/Core/
H A DState.cpp26 case eStateUnloaded: return "unloaded";
81 case eStateUnloaded:
105 case eStateUnloaded:
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h78 eStateUnloaded, enumerator in enum:__anon25382
106 #define NUB_STATE_IS_STOPPED(s) ((s) == eStateUnloaded ||\
H A Dlibdebugserver.cpp168 case eStateUnloaded:
H A Ddebugserver.cpp303 case eStateUnloaded:
425 case eStateUnloaded:
H A DDNB.cpp366 case eStateUnloaded:
768 case eStateUnloaded: return "Unloaded";
H A DRNBRemote.cpp2575 case eStateUnloaded:
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp161 case eStateUnloaded:
/external/lldb/examples/python/
H A Dprocess_events.py231 elif state == lldb.eStateUnloaded:
H A Dperformance.py169 if state == lldb.eStateInvalid or state == lldb.eStateDetached or state == lldb.eStateCrashed or state == lldb.eStateUnloaded or state == lldb.eStateExited:
H A Dsymbolication.py433 if state > lldb.eStateUnloaded and state < lldb.eStateDetached:
/external/lldb/include/lldb/
H A Dlldb-enumerations.h21 eStateUnloaded, ///< Process is object is valid, but not currently loaded enumerator in enum:lldb::StateType
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp95 m_state (eStateUnloaded),
320 SetState(eStateUnloaded);
1444 else if ((state == eStateUnloaded) || (state == eStateDetached) || (state == eStateUnloaded))
H A DMachThread.cpp32 m_state (eStateUnloaded),
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dlldb_controller.py20 elif enum == lldb.eStateUnloaded:
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp553 && state != eStateUnloaded;
/external/lldb/test/
H A Dlldbutil.py141 elif enum == lldb.eStateUnloaded:
/external/lldb/source/Target/
H A DProcess.cpp1000 m_public_state (eStateUnloaded),
1001 m_private_state (eStateUnloaded),
1120 case eStateUnloaded:
1249 case eStateUnloaded:
3633 case eStateUnloaded:
H A DThread.cpp250 m_state (eStateUnloaded),
/external/lldb/source/Interpreter/
H A DCommandObject.cpp304 case eStateUnloaded:
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1534 case eStateUnloaded:
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1556 case eStateUnloaded:
/external/lldb/tools/driver/
H A DDriver.cpp950 case eStateUnloaded:
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2657 state != eStateUnloaded &&

Completed in 1934 milliseconds