Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp244 Status &error, bool will_debug, bool first_arg_is_full_shell_command, in ConvertArgumentsForLaunchingInShell() argument
265 if (will_debug) { in ConvertArgumentsForLaunchingInShell()
DHost.cpp517 const bool will_debug = false; in RunShellCommand() local
520 error, will_debug, first_arg_is_full_shell_command, 0); in RunShellCommand()
/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h97 bool ConvertArgumentsForLaunchingInShell(Status &error, bool will_debug,
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1023 const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug); in LaunchProcess() local
1036 error, will_debug, first_arg_is_full_shell_command, num_resumes)) in LaunchProcess()