Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetDocstrings.i237 ) lldb::SBTarget::ConnectRemote;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp212 Status PlatformRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformRemoteGDBServer
428 error = process_sp->ConnectRemote(connect_url.c_str()); in DebugProcess()
431 error = process_sp->ConnectRemote(connect_url.c_str()); in DebugProcess()
514 error = process_sp->ConnectRemote(connect_url.c_str()); in Attach()
H A DPlatformRemoteGDBServer.h98 Status ConnectRemote(Args &args) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h57 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
H A DPlatformPOSIX.cpp307 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformPOSIX
320 error = m_remote_platform_sp->ConnectRemote(args); in ConnectRemote()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h123 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
H A DSBTarget.h298 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp378 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote() function in SBPlatform
386 sb_error.ref() = platform_sp->ConnectRemote(args); in ConnectRemote()
H A DSBTarget.cpp523 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote() function in SBTarget
542 error.SetError(process_sp->ConnectRemote(url)); in ConnectRemote()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp234 error = process_sp->ConnectRemote(("unix-connect://" + socket_path).str()); in DebugProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h320 virtual Status ConnectRemote(Args &args);
H A DProcess.h777 virtual Status ConnectRemote(llvm::StringRef remote_url);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp879 Status Platform::ConnectRemote(Args &args) { in ConnectRemote() function in Platform
1926 error = process_sp->ConnectRemote(connect_url); in DoConnectProcess()
H A DProcess.cpp3187 Status Process::ConnectRemote(llvm::StringRef remote_url) { in ConnectRemote() function in Process
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp290 Status error(platform_sp->ConnectRemote(args)); in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp43287 result = (arg1)->ConnectRemote(*arg2); in _wrap_SBPlatform_ConnectRemote()
56432 result = (arg1)->ConnectRemote(*arg2,(char const *)arg3,(char const *)arg4,*arg5); in _wrap_SBTarget_ConnectRemote()