Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp113 Status PlatformAndroidRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAndroidRemoteGDBServer
153 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.cpp140 Status PlatformAndroid::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAndroid
158 auto error = PlatformLinux::ConnectRemote(args); in ConnectRemote()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp210 Status PlatformRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformRemoteGDBServer
427 error = process_sp->ConnectRemote(connect_url.c_str()); in DebugProcess()
430 error = process_sp->ConnectRemote(connect_url.c_str()); in DebugProcess()
513 error = process_sp->ConnectRemote(connect_url.c_str()); in Attach()
H A DPlatformRemoteGDBServer.h98 Status ConnectRemote(Args &args) override;
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbgdbclient.py55 process = target.ConnectRemote(listener,
H A Ddotest.py920 err = lldb.remote_platform.ConnectRemote(platform_connect_options)
/openbsd/gnu/llvm/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,
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h43 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
H A DPlatformWindows.cpp133 Status PlatformWindows::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformWindows
148 error = m_remote_platform_sp->ConnectRemote(args); in ConnectRemote()
/openbsd/gnu/llvm/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,
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h78 Status ConnectRemote(Args &args) override;
H A DPlatformAppleSimulator.cpp132 Status PlatformAppleSimulator::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAppleSimulator
/openbsd/gnu/llvm/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()
H A DSBTarget.cpp518 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote() function in SBTarget
539 error.SetError(process_sp->ConnectRemote(url)); in ConnectRemote()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp230 error = process_sp->ConnectRemote(("unix-connect://" + socket_path).str()); in DebugProcess()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h299 virtual Status ConnectRemote(Args &args);
H A DProcess.h722 virtual Status ConnectRemote(llvm::StringRef remote_url);
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp950 Status Platform::ConnectRemote(Args &args) { in ConnectRemote() function in Platform
1805 error = process_sp->ConnectRemote(connect_url); in DoConnectProcess()

12