Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp235 Status &error, bool will_debug, bool first_arg_is_full_shell_command, in ConvertArgumentsForLaunchingInShell() argument
256 if (will_debug) { in ConvertArgumentsForLaunchingInShell()
H A DHost.cpp452 const bool will_debug = false; in RunShellCommand()
455 error, will_debug, first_arg_is_full_shell_command, 0); in RunShellCommand()
419 const bool will_debug = false; RunShellCommand() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h97 bool ConvertArgumentsForLaunchingInShell(Status &error, bool will_debug,
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp942 const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug); in GetAugmentedArchSpec()
955 error, will_debug, first_arg_is_full_shell_command, num_resumes)) in ConnectRemote()
1012 const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug); LaunchProcess() local