Home
last modified time | relevance | path

Searched refs:eStateAttaching (Results 1 – 23 of 23) sorted by relevance

/external/lldb/source/Core/
DState.cpp28 case eStateAttaching: return "attaching"; in StateAsCString()
72 case eStateAttaching: in StateIsRunningState()
98 case eStateAttaching: in StateIsStoppedState()
/external/lldb/tools/debugserver/source/
DDNBDefs.h79 eStateAttaching, enumerator
100 #define NUB_STATE_IS_RUNNING(s) ((s) == eStateAttaching ||\
Dlibdebugserver.cpp173 case eStateAttaching: in HandleProcessStateChange()
Ddebugserver.cpp304 case eStateAttaching: in RNBRunLoopLaunchInferior()
430 case eStateAttaching: in HandleProcessStateChange()
DDNB.cpp367 case eStateAttaching: in DNBProcessAttach()
769 case eStateAttaching: return "Attaching"; in DNBStateAsString()
DRNBRemote.cpp2554 case eStateAttaching: in HandlePacket_last_signal()
/external/lldb/utils/vim-lldb/python-vim-lldb/
Dlldb_controller.py24 elif enum == lldb.eStateAttaching:
352 if old_state == lldb.eStateAttaching and new_state == lldb.eStateStopped:
/external/lldb/tools/lldb-perf/lib/
DTestCase.cpp166 case eStateAttaching: in Loop()
/external/lldb/include/lldb/
Dlldb-enumerations.h23 eStateAttaching, ///< Process is currently trying to attach enumerator
/external/lldb/scripts/Python/interface/
DSBProcess.i362 if (s == eStateAttaching or
/external/lldb/examples/python/
Dprocess_events.py236 elif state == lldb.eStateAttaching:
Dperformance.py172 …elif state == lldb.eStateConnected or state == lldb.eStateAttaching or state == lldb.eStateLaunchi…
/external/lldb/source/API/
DSBTarget.cpp658 if (state == eStateAttaching) in Launch()
769 if (state == eStateAttaching) in Launch()
870 if (state == eStateAttaching) in Attach()
986 if (state == eStateAttaching) in AttachToProcessWithID()
1084 if (state == eStateAttaching) in AttachToProcessWithName()
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp1474 SetState(eStateAttaching); in AttachForDebug()
1761 SetState (eStateAttaching); in LaunchForDebug()
2098 SetState (eStateAttaching); in SBLaunchForDebug()
/external/lldb/tools/driver/
DDriver.cpp952 case eStateAttaching: in HandleProcessEvent()
1188 … && (process.GetState() == lldb::eStateRunning || process.GetState() == lldb::eStateAttaching)) in EditLineInputReaderCallback()
/external/lldb/source/Target/
DProcess.cpp1102 case eStateAttaching: in Finalize()
3060 SetPublicState (eStateAttaching, restarted); in Attach()
3139 SetPublicState (eStateAttaching, restarted); in Attach()
3359 if (m_public_state.GetValue() == eStateAttaching) in Halt()
3629 case eStateAttaching: in ShouldBroadcastEvent()
4019 if (m_public_state.GetValue() == eStateAttaching) in RunPrivateStateThread()
/external/lldb/test/
Dlldbutil.py145 elif enum == lldb.eStateAttaching:
/external/lldb/source/Interpreter/
DCommandObject.cpp300 case eStateAttaching: in CheckRequirements()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1748 if (m_public_state.GetValue() == eStateAttaching) in DoHalt()
1922 if (m_public_state.GetValue() != eStateAttaching) in DoDestroy()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp62 if (process->GetState() == eStateAttaching) in StopProcessIfNecessary()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp1531 case eStateAttaching: in PrivateProcessStateChanged()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp1553 case eStateAttaching: in PrivateProcessStateChanged()
/external/lldb/www/python_reference/
Dapi-objects.txt1118 _lldb'.eStateAttaching _lldb%27-module.html#eStateAttaching
2019 lldb.eStateAttaching lldb-module.html#eStateAttaching