Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBPlatform.cpp408 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote() function in SBPlatform
409 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, ConnectRemote, in ConnectRemote()
417 sb_error.ref() = platform_sp->ConnectRemote(args); in ConnectRemote()
766 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, ConnectRemote, in RegisterMethods()
DSBTarget.cpp554 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote() function in SBTarget
558 lldb::SBProcess, SBTarget, ConnectRemote, in ConnectRemote()
578 error.SetError(process_sp->ConnectRemote(url)); in ConnectRemote()
2535 lldb::SBProcess, SBTarget, ConnectRemote, in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp288 Status PlatformRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformRemoteGDBServer
508 error = process_sp->ConnectRemote(connect_url.c_str()); in DebugProcess()
511 error = process_sp->ConnectRemote(connect_url.c_str()); in DebugProcess()
592 error = process_sp->ConnectRemote(connect_url.c_str()); in Attach()
DPlatformRemoteGDBServer.h104 Status ConnectRemote(Args &args) override;
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBPlatform.i151 ConnectRemote (lldb::SBPlatformConnectOptions &connect_options);
DSBTarget.i328 A process object for the connected process.") ConnectRemote;
330 ConnectRemote (SBListener &listener,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBPlatform.h119 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
DSBTarget.h277 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.h61 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
DPlatformPOSIX.cpp300 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformPOSIX
312 error = m_remote_platform_sp->ConnectRemote(args); in ConnectRemote()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DPlatform.h312 virtual Status ConnectRemote(Args &args);
DProcess.h723 virtual Status ConnectRemote(llvm::StringRef remote_url);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DPlatform.cpp966 Status Platform::ConnectRemote(Args &args) { in ConnectRemote() function in Platform
1848 error = process_sp->ConnectRemote(connect_url); in DoConnectProcess()
DProcess.cpp2980 Status Process::ConnectRemote(llvm::StringRef remote_url) { in ConnectRemote() function in Process
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp288 Status error(platform_sp->ConnectRemote(args)); in DoExecute()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp37786 result = (arg1)->ConnectRemote(*arg2); in _wrap_SBPlatform_ConnectRemote()
47668 result = (arg1)->ConnectRemote(*arg2,(char const *)arg3,(char const *)arg4,*arg5); in _wrap_SBTarget_ConnectRemote()