Home
last modified time | relevance | path

Searched refs:eLaunchFlagDebug (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Target/
DPlatform.cpp650 const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug); in LaunchProcess()
675 launch_info.GetFlags ().Set (eLaunchFlagDebug); in DebugProcess()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp411 const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug); in LaunchProcess()
/external/lldb/include/lldb/
Dlldb-enumerations.h43eLaunchFlagDebug = (1u << 1), ///< Stop as soon as the process launches to allow the proce… enumerator
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp634 m_process_launch_info.GetFlags().Set (eLaunchFlagDebug); in Handle_A()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp242 m_options.launch_info.GetFlags().Set (eLaunchFlagDebug); in DoExecute()
/external/lldb/source/API/
DSBTarget.cpp69 m_opaque_sp->GetFlags().Reset (eLaunchFlagDebug | eLaunchFlagDisableASLR); in SBLaunchInfo()
/external/lldb/source/Host/macosx/
DHost.mm1324 if (launch_info.GetFlags().Test (eLaunchFlagDebug))
/external/lldb/www/python_reference/
Dapi-objects.txt109 _lldb'.eLaunchFlagDebug _lldb%27-module.html#eLaunchFlagDebug
1826 lldb.eLaunchFlagDebug lldb-module.html#eLaunchFlagDebug