Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetDocstrings.i237 ) lldb::SBTarget::ConnectRemote;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp216 Status PlatformRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformRemoteGDBServer
434 error = process_sp->ConnectRemote(connect_url.c_str()); in DebugProcess()
437 error = process_sp->ConnectRemote(connect_url.c_str()); in DebugProcess()
520 error = process_sp->ConnectRemote(connect_url.c_str()); in Attach()
H A DPlatformRemoteGDBServer.h98 Status ConnectRemote(Args &args) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h57 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
H A DPlatformPOSIX.cpp303 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformPOSIX
316 error = m_remote_platform_sp->ConnectRemote(args); in ConnectRemote()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h123 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
H A DSBTarget.h293 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp379 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote()
387 sb_error.ref() = platform_sp->ConnectRemote(args); in ConnectRemote()
376 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { ConnectRemote() function in SBPlatform
H A DSBTarget.cpp527 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote() function in SBTarget
548 error.SetError(process_sp->ConnectRemote(url)); in ConnectRemote()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp234 error = process_sp->ConnectRemote(("unix-connect://" + socket_path).str()); in DebugProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h317 virtual Status ConnectRemote(Args &args);
H A DProcess.h781 virtual Status ConnectRemote(llvm::StringRef remote_url);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp876 Status Platform::ConnectRemote(Args &args) { in ConnectRemote() function in Platform
1914 error = process_sp->ConnectRemote(connect_url); in DoConnectProcess()
H A DProcess.cpp3220 Status Process::ConnectRemote(llvm::StringRef remote_url) { in ConnectRemote() function in Process
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp290 Status error(platform_sp->ConnectRemote(args)); in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42508 result = (arg1)->ConnectRemote(*arg2); in _wrap_SBPlatform_ConnectRemote()
55281 result = (arg1)->ConnectRemote(*arg2,(char const *)arg3,(char const *)arg4,*arg5); in _wrap_SBTarget_ConnectRemote()