Home
last modified time | relevance | path

Searched refs:eLaunchFlagStopAtEntry (Results 1 – 6 of 6) sorted by relevance

/external/lldb/include/lldb/
Dlldb-enumerations.h44eLaunchFlagStopAtEntry = (1u << 2), ///< Stop at the program entry point instead of auto-continu… enumerator
/external/lldb/source/API/
DSBProcess.cpp168 launch_flags |= eLaunchFlagStopAtEntry; in RemoteLaunch()
DSBTarget.cpp797 if (launch_info.GetFlags().Test(eLaunchFlagStopAtEntry)) in Launch()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp302 if (m_options.launch_info.GetFlags().Test(eLaunchFlagStopAtEntry) == false) in DoExecute()
/external/lldb/source/Target/
DProcess.cpp746 launch_info.GetFlags().Set (eLaunchFlagStopAtEntry); in SetOptionValue()
/external/lldb/www/python_reference/
Dapi-objects.txt663 _lldb'.eLaunchFlagStopAtEntry _lldb%27-module.html#eLaunchFlagStopAtEntry
1981 lldb.eLaunchFlagStopAtEntry lldb-module.html#eLaunchFlagStopAtEntry