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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h47 int32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) override;
H A DPlatformNetBSD.cpp191 PlatformNetBSD::GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { function in class:PlatformNetBSD
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h639 virtual int32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { function in class:lldb_private::Platform
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1026 uint32_t num_resumes = GetResumeCountForLaunchInfo(launch_info);
1031 "Platform::%s GetResumeCountForLaunchInfo() returned %" PRIu32

Completed in 59 milliseconds