Searched refs:ConnectRemote (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i136 ConnectRemote (lldb::SBPlatformConnectOptions &connect_options);
H A DSBTarget.i342 A process object for the connected process.") ConnectRemote;
344 ConnectRemote (SBListener &listener,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h106 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
H A DSBTarget.h264 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h65 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
H A DPlatformPOSIX.cpp443 Status PlatformPOSIX::ConnectRemote(Args &args) { function in class:PlatformPOSIX
455 error = m_remote_platform_sp->ConnectRemote(args);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp333 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { function in class:SBPlatform
334 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, ConnectRemote,
343 sb_error.ref() = platform_sp->ConnectRemote(args);
675 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, ConnectRemote,
H A DSBTarget.cpp536 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, function in class:SBTarget
540 lldb::SBProcess, SBTarget, ConnectRemote,
559 error.SetError(process_sp->ConnectRemote(nullptr, url));
2438 lldb::SBProcess, SBTarget, ConnectRemote,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp282 Status PlatformRemoteGDBServer::ConnectRemote(Args &args) { function in class:PlatformRemoteGDBServer
489 error = process_sp->ConnectRemote(nullptr, connect_url.c_str());
492 error = process_sp->ConnectRemote(nullptr, connect_url.c_str());
575 error = process_sp->ConnectRemote(nullptr, connect_url.c_str());
H A DPlatformRemoteGDBServer.h103 Status ConnectRemote(Args &args) override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h309 virtual Status ConnectRemote(Args &args);
H A DProcess.h726 virtual Status ConnectRemote(Stream *strm, llvm::StringRef remote_url);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp960 Status Platform::ConnectRemote(Args &args) { function in class:Platform
968 "Platform::ConnectRemote() is not supported by %s",
1799 error = process_sp->ConnectRemote(&debugger.GetOutputStream(), connect_url);
H A DProcess.cpp2993 Status Process::ConnectRemote(Stream *strm, llvm::StringRef remote_url) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp292 Status error(platform_sp->ConnectRemote(args));

Completed in 124 milliseconds