Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp41 uint32_t launch_flags) in ProcessLaunchInfo() argument
42 : ProcessInfo(), m_working_dir(), m_plugin_name(), m_flags(launch_flags), in ProcessLaunchInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h38 const FileSpec &working_dir, uint32_t launch_flags);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h85 uint32_t launch_flags, bool stop_at_entry,
H A DSBTarget.h177 uint32_t launch_flags, // See LaunchFlags
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp131 uint32_t launch_flags, bool stop_at_entry, in RemoteLaunch() argument
138 working_directory, launch_flags, stop_at_entry, error); in RemoteLaunch()
146 launch_flags |= eLaunchFlagStopAtEntry; in RemoteLaunch()
149 FileSpec(working_directory), launch_flags); in RemoteLaunch()
H A DSBTarget.cpp326 uint32_t launch_flags, // See LaunchFlags in Launch() argument
333 working_directory, launch_flags, stop_at_entry, error); in Launch()
343 launch_flags |= eLaunchFlagStopAtEntry; in Launch()
346 launch_flags |= eLaunchFlagDisableASLR; in Launch()
374 launch_flags |= eLaunchFlagDisableSTDIO; in Launch()
378 FileSpec(working_directory), launch_flags); in Launch()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i124 uint32_t launch_flags,
H A DSBTarget.i204 uint32_t launch_flags, // See LaunchFlags
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp749 uint32_t launch_flags = launch_info.GetFlags().Get(); in DoLaunch() local
787 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; in DoLaunch()
807 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; in DoLaunch()
865 m_gdb_comm.SetDisableASLR(launch_flags & eLaunchFlagDisableASLR); in DoLaunch()
866 m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError); in DoLaunch()