Home
last modified time | relevance | path

Searched refs:will_debug (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp239 Status &error, bool will_debug, bool first_arg_is_full_shell_command, in ConvertArgumentsForLaunchingInShell() argument
260 if (will_debug) { in ConvertArgumentsForLaunchingInShell()
H A DHost.cpp423 const bool will_debug = false; in RunShellCommand() local
426 error, will_debug, first_arg_is_full_shell_command, 0); in RunShellCommand()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h98 bool ConvertArgumentsForLaunchingInShell(Status &error, bool will_debug,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1008 const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug); in LaunchProcess() local
1021 error, will_debug, first_arg_is_full_shell_command, num_resumes)) in LaunchProcess()