Home
last modified time | relevance | path

Searched refs:DebugProcess (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h38 lldb::ProcessSP DebugProcess(ProcessLaunchInfo &launch_info,
H A DPlatformQemuUser.cpp165 lldb::ProcessSP PlatformQemuUser::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess() function in PlatformQemuUser
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h56 lldb::ProcessSP DebugProcess(lldb_private::ProcessLaunchInfo &launch_info,
H A DPlatformWindows.cpp459 ProcessSP PlatformWindows::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess() function in PlatformWindows
483 return m_remote_platform_sp->DebugProcess(launch_info, debugger, target, in DebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h48 lldb::ProcessSP DebugProcess(lldb_private::ProcessLaunchInfo &launch_info,
H A DPlatformPOSIX.cpp417 lldb::ProcessSP PlatformPOSIX::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess() function in PlatformPOSIX
427 process_sp = m_remote_platform_sp->DebugProcess(launch_info, debugger, in DebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h82 lldb::ProcessSP DebugProcess(ProcessLaunchInfo &launch_info,
H A DPlatformDarwin.h96 lldb::ProcessSP DebugProcess(ProcessLaunchInfo &launch_info,
H A DPlatformDarwin.cpp702 lldb::ProcessSP PlatformDarwin::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess() function in PlatformDarwin
714 process_sp = Platform::DebugProcess(launch_info, debugger, target, error); in DebugProcess()
717 process_sp = m_remote_platform_sp->DebugProcess(launch_info, debugger, in DebugProcess()
H A DPlatformAppleSimulator.cpp183 PlatformAppleSimulator::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess() function in PlatformAppleSimulator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h60 lldb::ProcessSP DebugProcess(ProcessLaunchInfo &launch_info,
H A DPlatformRemoteGDBServer.cpp407 PlatformRemoteGDBServer::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess() function in PlatformRemoteGDBServer
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h347 virtual lldb::ProcessSP DebugProcess(ProcessLaunchInfo &launch_info,
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1202 ProcessSP process_sp(platform_sp->DebugProcess( in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1062 lldb::ProcessSP Platform::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess() function in Platform
H A DTarget.cpp3172 GetPlatform()->DebugProcess(launch_info, debugger, *this, error); in Launch()