Home
last modified time | relevance | path

Searched refs:launch_flags (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/base/mac/
Dlaunch_services_util.cc17 LSLaunchFlags launch_flags, in OpenApplicationWithPath() argument
47 launch_flags, in OpenApplicationWithPath()
Dlaunch_services_util.h27 LSLaunchFlags launch_flags,
/external/lldb/include/lldb/API/
DSBProcess.h104 uint32_t launch_flags,
DSBTarget.h334 uint32_t launch_flags, // See LaunchFlags
/external/lldb/source/API/
DSBProcess.cpp142 uint32_t launch_flags, in RemoteLaunch() argument
156 launch_flags, in RemoteLaunch()
168 launch_flags |= eLaunchFlagStopAtEntry; in RemoteLaunch()
173 launch_flags); in RemoteLaunch()
DSBTarget.cpp591 uint32_t launch_flags = 0; in LaunchSimple() local
602 launch_flags, in LaunchSimple()
617 uint32_t launch_flags, // See LaunchFlags in Launch() argument
638 launch_flags, in Launch()
648 launch_flags |= eLaunchFlagDisableASLR; in Launch()
689 launch_flags |= eLaunchFlagDisableSTDIO; in Launch()
691 …cessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_flags); in Launch()
/external/lldb/scripts/Python/interface/
DSBProcess.i130 uint32_t launch_flags,
DSBTarget.i347 uint32_t launch_flags, // See LaunchFlags
/external/lldb/include/lldb/Target/
DProcess.h536 uint32_t launch_flags) : in ProcessLaunchInfo() argument
541 m_flags (launch_flags), in ProcessLaunchInfo()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp606 uint32_t launch_flags = launch_info.GetFlags().Get(); in DoLaunch() local
662 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; in DoLaunch()
709 m_gdb_comm.SetDisableASLR (launch_flags & eLaunchFlagDisableASLR); in DoLaunch()