| /freebsd-11-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBPlatform.cpp | 333 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote() function in SBPlatform 334 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, ConnectRemote, in ConnectRemote() 343 sb_error.ref() = platform_sp->ConnectRemote(args); in ConnectRemote() 675 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, ConnectRemote, in RegisterMethods()
|
| HD | SBTarget.cpp | 536 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote() function in SBTarget 540 lldb::SBProcess, SBTarget, ConnectRemote, in ConnectRemote() 559 error.SetError(process_sp->ConnectRemote(nullptr, url)); in ConnectRemote() 2438 lldb::SBProcess, SBTarget, ConnectRemote, in RegisterMethods()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.cpp | 282 Status PlatformRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformRemoteGDBServer 489 error = process_sp->ConnectRemote(nullptr, connect_url.c_str()); in DebugProcess() 492 error = process_sp->ConnectRemote(nullptr, connect_url.c_str()); in DebugProcess() 575 error = process_sp->ConnectRemote(nullptr, connect_url.c_str()); in Attach()
|
| HD | PlatformRemoteGDBServer.h | 103 Status ConnectRemote(Args &args) override;
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/ |
| HD | SBPlatform.i | 136 ConnectRemote (lldb::SBPlatformConnectOptions &connect_options);
|
| HD | SBTarget.i | 342 A process object for the connected process.") ConnectRemote; 344 ConnectRemote (SBListener &listener,
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBPlatform.h | 106 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
|
| HD | SBTarget.h | 264 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| HD | PlatformPOSIX.h | 65 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
|
| HD | PlatformPOSIX.cpp | 443 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformPOSIX 455 error = m_remote_platform_sp->ConnectRemote(args); in ConnectRemote()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| HD | Platform.h | 309 virtual Status ConnectRemote(Args &args);
|
| HD | Process.h | 726 virtual Status ConnectRemote(Stream *strm, llvm::StringRef remote_url);
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | Platform.cpp | 960 Status Platform::ConnectRemote(Args &args) { in ConnectRemote() function in Platform 1799 error = process_sp->ConnectRemote(&debugger.GetOutputStream(), connect_url); in ConnectProcess()
|
| HD | Process.cpp | 2993 Status Process::ConnectRemote(Stream *strm, llvm::StringRef remote_url) { in ConnectRemote() function in Process
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectPlatform.cpp | 292 Status error(platform_sp->ConnectRemote(args)); in DoExecute()
|