Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h49 uint32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) override;
H A DPlatformLinux.cpp159 PlatformLinux::GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo() function in PlatformLinux
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h94 uint32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) override;
H A DPlatformDarwin.cpp673 PlatformDarwin::GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo() function in PlatformDarwin
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h617 virtual uint32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo() function
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1007 uint32_t num_resumes = GetResumeCountForLaunchInfo(launch_info); in LaunchProcess()