Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestPlatformClient.py88 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 DPlatformAndroidRemoteGDBServer.cpp107 Status PlatformAndroidRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAndroidRemoteGDBServer
142 error = PlatformRemoteGDBServer::ConnectRemote(args); in ConnectRemote()
H A DPlatformAndroidRemoteGDBServer.h31 Status ConnectRemote(Args &args) override;
H A DPlatformAndroid.h45 Status ConnectRemote(Args &args) override;
H A DPlatformAndroid.cpp139 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 DTestAutoInstallMainExecutable.py45 self.assertSuccess(new_platform.ConnectRemote(connect_opts))
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp208 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 DPlatformRemoteGDBServer.h97 Status ConnectRemote(Args &args) override;
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBPlatform.i151 ConnectRemote (lldb::SBPlatformConnectOptions &connect_options);
H A DSBTarget.i328 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 Dsb_target.py16 obj.ConnectRemote(listener, "connect://to/here", None, error)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbgdbclient.py55 process = target.ConnectRemote(listener,
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h43 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
H A DPlatformWindows.cpp132 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 DSBPlatform.h119 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
H A DSBTarget.h277 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h57 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
H A DPlatformPOSIX.cpp302 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 Ddebugserver.cpp725 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 DPlatformAppleSimulator.h78 Status ConnectRemote(Args &args) override;
H A DPlatformAppleSimulator.cpp131 Status PlatformAppleSimulator::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAppleSimulator
/llvm-project-15.0.7/lldb/test/API/python_api/hello_world/
H A DTestHelloWorld.py132 target.ConnectRemote(listener, None, None, error)
/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp375 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 DPlatformQemuUser.cpp227 error = process_sp->ConnectRemote(("unix-connect://" + socket_path).str()); in DebugProcess()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h298 virtual Status ConnectRemote(Args &args);

12