Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h45 uint32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) override;
DPlatformLinux.cpp220 PlatformLinux::GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo() function in PlatformLinux
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.h45 uint32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) override;
DPlatformNetBSD.cpp189 PlatformNetBSD::GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo() function in PlatformNetBSD
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h69 uint32_t GetResumeCountForLaunchInfo(
DPlatformDarwin.cpp1201 PlatformDarwin::GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo() function in PlatformDarwin
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h653 virtual uint32_t GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) { in GetResumeCountForLaunchInfo() function
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1025 uint32_t num_resumes = GetResumeCountForLaunchInfo(launch_info); in LaunchProcess()