Home | History | Annotate | Download | only in API

Lines Matching refs:launch_flags

591     uint32_t launch_flags = 0;
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);