Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp42 uint32_t launch_flags) in ProcessLaunchInfo()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp127 uint32_t launch_flags, bool stop_at_entry, in RemoteLaunch()
H A DSBTarget.cpp302 uint32_t launch_flags, // See LaunchFlags in Launch()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp616 uint32_t launch_flags = launch_info.GetFlags().Get(); in DoLaunch() local