/external/chromium_org/base/mac/ |
launch_services_util.h | 21 // |launch_flags| are passed directly to LSApplicationParameters. 27 LSLaunchFlags launch_flags,
|
launch_services_util.cc | 17 LSLaunchFlags launch_flags, 47 launch_flags,
|
/external/lldb/include/lldb/API/ |
SBProcess.h | 104 uint32_t launch_flags,
|
SBTarget.h | 292 /// @param[in] launch_flags 313 /// @param[in] launch_flags 334 uint32_t launch_flags, // See LaunchFlags 354 /// Default: launch_flags
|
/external/lldb/source/API/ |
SBProcess.cpp | 142 uint32_t launch_flags, 148 log->Printf ("SBProcess(%p)::RemoteLaunch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, working-dir=%s, launch_flags=0x%x, stop_at_entry=%i, &error (%p))...", 156 launch_flags, 168 launch_flags |= eLaunchFlagStopAtEntry; 173 launch_flags); [all...] |
SBTarget.cpp | 591 uint32_t launch_flags = 0; local 602 launch_flags, 617 uint32_t launch_flags, // See LaunchFlags 630 log->Printf ("SBTarget(%p)::Launch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, working-dir=%s, launch_flags=0x%x, stop_at_entry=%i, &error (%p))...", 638 launch_flags, 648 launch_flags |= eLaunchFlagDisableASLR; 689 launch_flags |= eLaunchFlagDisableSTDIO; 691 ProcessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_flags); [all...] |
/external/lldb/scripts/Python/interface/ |
SBProcess.i | 130 uint32_t launch_flags,
|
SBTarget.i | 290 /// @param[in] launch_flags 311 /// @param[in] launch_flags 347 uint32_t launch_flags, // See LaunchFlags 367 /// Default: launch_flags
|
/external/lldb/include/lldb/Target/ |
Process.h | 536 uint32_t launch_flags) : 541 m_flags (launch_flags), [all...] |
/external/lldb/source/Plugins/Process/gdb-remote/ |
ProcessGDBRemote.cpp | 606 uint32_t launch_flags = launch_info.GetFlags().Get(); 662 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; 709 m_gdb_comm.SetDisableASLR (launch_flags & eLaunchFlagDisableASLR); [all...] |