Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h49 uint32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) override;
H A DPlatformNetBSD.cpp146 PlatformNetBSD::GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo() function in PlatformNetBSD
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h640 virtual uint32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp944 uint32_t num_resumes = GetResumeCountForLaunchInfo(launch_info); in LaunchProcess()