Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Android/
DPlatformAndroidRemoteGDBServer.cpp113 Status PlatformAndroidRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAndroidRemoteGDBServer
153 error = PlatformRemoteGDBServer::ConnectRemote(args); in ConnectRemote()
DPlatformAndroidRemoteGDBServer.h31 Status ConnectRemote(Args &args) override;
DPlatformAndroid.h45 Status ConnectRemote(Args &args) override;
DPlatformAndroid.cpp140 Status PlatformAndroid::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAndroid
158 auto error = PlatformLinux::ConnectRemote(args); in ConnectRemote()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
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()
DPlatformRemoteGDBServer.h98 Status ConnectRemote(Args &args) override;
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBPlatform.i151 ConnectRemote (lldb::SBPlatformConnectOptions &connect_options);
DSBTarget.i328 A process object for the connected process.") ConnectRemote;
330 ConnectRemote (SBListener &listener,
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dlldbgdbclient.py55 process = target.ConnectRemote(listener,
Ddotest.py920 err = lldb.remote_platform.ConnectRemote(platform_connect_options)
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.h43 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
DPlatformWindows.cpp133 Status PlatformWindows::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformWindows
148 error = m_remote_platform_sp->ConnectRemote(args); in ConnectRemote()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.h57 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
DPlatformPOSIX.cpp303 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformPOSIX
316 error = m_remote_platform_sp->ConnectRemote(args); in ConnectRemote()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBPlatform.h119 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
DSBTarget.h277 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
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/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.h78 Status ConnectRemote(Args &args) override;
DPlatformAppleSimulator.cpp132 Status PlatformAppleSimulator::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAppleSimulator
/openbsd/src/gnu/llvm/lldb/source/API/
DSBPlatform.cpp375 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote() function in SBPlatform
383 sb_error.ref() = platform_sp->ConnectRemote(args); in ConnectRemote()
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/src/gnu/llvm/lldb/include/lldb/Target/
DPlatform.h299 virtual Status ConnectRemote(Args &args);
DProcess.h722 virtual Status ConnectRemote(llvm::StringRef remote_url);
/openbsd/src/gnu/llvm/lldb/source/Target/
DPlatform.cpp950 Status Platform::ConnectRemote(Args &args) { in ConnectRemote() function in Platform
1805 error = process_sp->ConnectRemote(connect_url); in DoConnectProcess()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectPlatform.cpp291 Status error(platform_sp->ConnectRemote(args)); in DoExecute()

12