Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp245 uint32_t num_resumes) { in ConvertArgumentsForLaunchingInShell() argument
314 SetResumeCount(num_resumes + 1); in ConvertArgumentsForLaunchingInShell()
319 SetResumeCount(num_resumes); in ConvertArgumentsForLaunchingInShell()
/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h99 uint32_t num_resumes);
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1025 uint32_t num_resumes = GetResumeCountForLaunchInfo(launch_info); in LaunchProcess() local
1032 __FUNCTION__, num_resumes, shell_str.c_str()); in LaunchProcess()
1036 error, will_debug, first_arg_is_full_shell_command, num_resumes)) in LaunchProcess()
DProcess.cpp4953 uint32_t num_resumes = 0; in RunThreadPlan() local
5012 num_resumes++; in RunThreadPlan()
5017 "couldn't resume inferior the %d time: \"%s\".", num_resumes, in RunThreadPlan()
5030 num_resumes); in RunThreadPlan()
5035 num_resumes); in RunThreadPlan()
5054 num_resumes, StateAsCString(stop_state), restarted, do_resume, in RunThreadPlan()