Home
last modified time | relevance | path

Searched defs:launch_flags (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp41 uint32_t launch_flags) in ProcessLaunchInfo()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp131 uint32_t launch_flags, bool stop_at_entry, in RemoteLaunch()
H A DSBTarget.cpp310 uint32_t launch_flags, // See LaunchFlags in Launch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp622 uint32_t launch_flags = launch_info.GetFlags().Get(); in DoLaunch() local