| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestPlatformClient.py | 88 self.assertSuccess(plat.ConnectRemote(lldb.SBPlatformConnectOptions( 102 self.assertSuccess(plat.ConnectRemote(lldb.SBPlatformConnectOptions(
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroidRemoteGDBServer.cpp | 107 Status PlatformAndroidRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAndroidRemoteGDBServer 142 error = PlatformRemoteGDBServer::ConnectRemote(args); in ConnectRemote()
|
| H A D | PlatformAndroidRemoteGDBServer.h | 31 Status ConnectRemote(Args &args) override;
|
| H A D | PlatformAndroid.h | 45 Status ConnectRemote(Args &args) override;
|
| H A D | PlatformAndroid.cpp | 139 Status PlatformAndroid::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAndroid 157 auto error = PlatformLinux::ConnectRemote(args); in ConnectRemote()
|
| /llvm-project-15.0.7/lldb/test/API/commands/target/auto-install-main-executable/ |
| H A D | TestAutoInstallMainExecutable.py | 45 self.assertSuccess(new_platform.ConnectRemote(connect_opts))
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 208 Status PlatformRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformRemoteGDBServer 433 error = process_sp->ConnectRemote(connect_url.c_str()); in DebugProcess() 436 error = process_sp->ConnectRemote(connect_url.c_str()); in DebugProcess() 519 error = process_sp->ConnectRemote(connect_url.c_str()); in Attach()
|
| H A D | PlatformRemoteGDBServer.h | 97 Status ConnectRemote(Args &args) override;
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBPlatform.i | 151 ConnectRemote (lldb::SBPlatformConnectOptions &connect_options);
|
| H A D | SBTarget.i | 328 A process object for the connected process.") ConnectRemote; 330 ConnectRemote (SBListener &listener,
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_target.py | 16 obj.ConnectRemote(listener, "connect://to/here", None, error)
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbgdbclient.py | 55 process = target.ConnectRemote(listener,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.h | 43 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
|
| H A D | PlatformWindows.cpp | 132 Status PlatformWindows::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformWindows 147 error = m_remote_platform_sp->ConnectRemote(args); in ConnectRemote()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBPlatform.h | 119 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
|
| H A D | SBTarget.h | 277 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.h | 57 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
|
| H A D | PlatformPOSIX.cpp | 302 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformPOSIX 315 error = m_remote_platform_sp->ConnectRemote(args); in ConnectRemote()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | debugserver.cpp | 725 static int ConnectRemote(RNBRemote *remote, const char *host, int port, in ConnectRemote() function 1498 if (!ConnectRemote(remote, host.c_str(), port, reverse_connect, in main() 1600 if (!ConnectRemote(remote, host.c_str(), port, reverse_connect, in main() 1629 if (!ConnectRemote(remote, host.c_str(), port, reverse_connect, in main() 1667 if (!ConnectRemote(remote, host.c_str(), port, reverse_connect, in main()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformAppleSimulator.h | 78 Status ConnectRemote(Args &args) override;
|
| H A D | PlatformAppleSimulator.cpp | 131 Status PlatformAppleSimulator::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAppleSimulator
|
| /llvm-project-15.0.7/lldb/test/API/python_api/hello_world/ |
| H A D | TestHelloWorld.py | 132 target.ConnectRemote(listener, None, None, error)
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBPlatform.cpp | 375 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote() function in SBPlatform 383 sb_error.ref() = platform_sp->ConnectRemote(args); in ConnectRemote()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 227 error = process_sp->ConnectRemote(("unix-connect://" + socket_path).str()); in DebugProcess()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Platform.h | 298 virtual Status ConnectRemote(Args &args);
|