Searched refs:eStateAttaching (Results 1 - 22 of 22) sorted by relevance

/external/lldb/source/Core/
H A DState.cpp28 case eStateAttaching: return "attaching";
72 case eStateAttaching:
98 case eStateAttaching:
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h79 eStateAttaching, enumerator in enum:__anon25382
100 #define NUB_STATE_IS_RUNNING(s) ((s) == eStateAttaching ||\
H A Dlibdebugserver.cpp173 case eStateAttaching:
H A Ddebugserver.cpp304 case eStateAttaching:
430 case eStateAttaching:
H A DDNB.cpp367 case eStateAttaching:
769 case eStateAttaching: return "Attaching";
H A DRNBRemote.cpp2554 case eStateAttaching:
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dlldb_controller.py24 elif enum == lldb.eStateAttaching:
352 if old_state == lldb.eStateAttaching and new_state == lldb.eStateStopped:
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp166 case eStateAttaching:
/external/lldb/scripts/Python/interface/
H A DSBProcess.i362 if (s == eStateAttaching or
/external/lldb/examples/python/
H A Dprocess_events.py236 elif state == lldb.eStateAttaching:
H A Dperformance.py172 elif state == lldb.eStateConnected or state == lldb.eStateAttaching or state == lldb.eStateLaunching or state == lldb.eStateRunning or state == lldb.eStateStepping or state == lldb.eStateSuspended:
/external/lldb/include/lldb/
H A Dlldb-enumerations.h23 eStateAttaching, ///< Process is currently trying to attach enumerator in enum:lldb::StateType
/external/lldb/source/API/
H A DSBTarget.cpp658 if (state == eStateAttaching)
769 if (state == eStateAttaching)
870 if (state == eStateAttaching)
986 if (state == eStateAttaching)
1084 if (state == eStateAttaching)
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp1474 SetState(eStateAttaching);
1761 SetState (eStateAttaching);
2098 SetState (eStateAttaching);
/external/lldb/test/
H A Dlldbutil.py145 elif enum == lldb.eStateAttaching:
/external/lldb/tools/driver/
H A DDriver.cpp952 case eStateAttaching:
1188 && (process.GetState() == lldb::eStateRunning || process.GetState() == lldb::eStateAttaching))
/external/lldb/source/Target/
H A DProcess.cpp1102 case eStateAttaching:
3060 SetPublicState (eStateAttaching, restarted);
3139 SetPublicState (eStateAttaching, restarted);
3359 if (m_public_state.GetValue() == eStateAttaching)
3629 case eStateAttaching:
4019 if (m_public_state.GetValue() == eStateAttaching)
/external/lldb/source/Interpreter/
H A DCommandObject.cpp300 case eStateAttaching:
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1748 if (m_public_state.GetValue() == eStateAttaching)
1922 if (m_public_state.GetValue() != eStateAttaching)
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp62 if (process->GetState() == eStateAttaching)
633 // interpreter with a state eStateAttaching. Make sure we handle that correctly.
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1531 case eStateAttaching:
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1553 case eStateAttaching:

Completed in 4542 milliseconds