/external/llvm-project/lldb/source/Plugins/Platform/Android/ |
D | PlatformAndroidRemoteGDBServer.cpp | 105 Status PlatformAndroidRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAndroidRemoteGDBServer 141 error = PlatformRemoteGDBServer::ConnectRemote(args); in ConnectRemote()
|
D | PlatformAndroidRemoteGDBServer.h | 31 Status ConnectRemote(Args &args) override;
|
D | PlatformAndroid.h | 43 Status ConnectRemote(Args &args) override;
|
D | PlatformAndroid.cpp | 154 Status PlatformAndroid::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAndroid 175 auto error = PlatformLinux::ConnectRemote(args); in ConnectRemote()
|
/external/llvm-project/lldb/source/Plugins/Platform/Windows/ |
D | PlatformWindows.cpp | 154 Status PlatformWindows::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformWindows 168 error = m_remote_platform_sp->ConnectRemote(args); in ConnectRemote()
|
D | PlatformWindows.h | 41 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBPlatform.i | 145 ConnectRemote (lldb::SBPlatformConnectOptions &connect_options);
|
D | SBTarget.i | 342 A process object for the connected process.") ConnectRemote; 344 ConnectRemote (SBListener &listener,
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_target.py | 16 obj.ConnectRemote(listener, "connect://to/here", None, error)
|
/external/llvm-project/lldb/source/API/ |
D | SBPlatform.cpp | 408 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote() function in SBPlatform 409 LLDB_RECORD_METHOD(lldb::SBError, SBPlatform, ConnectRemote, in ConnectRemote() 418 sb_error.ref() = platform_sp->ConnectRemote(args); in ConnectRemote() 767 LLDB_REGISTER_METHOD(lldb::SBError, SBPlatform, ConnectRemote, in RegisterMethods()
|
D | SBTarget.cpp | 554 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() 2460 lldb::SBProcess, SBTarget, ConnectRemote, in RegisterMethods()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBPlatform.h | 119 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
|
D | SBTarget.h | 277 lldb::SBProcess ConnectRemote(SBListener &listener, const char *url,
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 284 Status PlatformRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformRemoteGDBServer 506 error = process_sp->ConnectRemote(connect_url.c_str()); in DebugProcess() 509 error = process_sp->ConnectRemote(connect_url.c_str()); in DebugProcess() 592 error = process_sp->ConnectRemote(connect_url.c_str()); in Attach()
|
D | PlatformRemoteGDBServer.h | 104 Status ConnectRemote(Args &args) override;
|
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.h | 61 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
|
D | PlatformPOSIX.cpp | 300 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformPOSIX 312 error = m_remote_platform_sp->ConnectRemote(args); in ConnectRemote()
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | debugserver.cpp | 728 static int ConnectRemote(RNBRemote *remote, const char *host, int port, in ConnectRemote() function 1483 if (!ConnectRemote(remote, host.c_str(), port, reverse_connect, in main() 1585 if (!ConnectRemote(remote, host.c_str(), port, reverse_connect, in main() 1614 if (!ConnectRemote(remote, host.c_str(), port, reverse_connect, in main() 1650 if (!ConnectRemote(remote, host.c_str(), port, reverse_connect, in main()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformAppleSimulator.h | 58 lldb_private::Status ConnectRemote(lldb_private::Args &args) override;
|
D | PlatformAppleSimulator.cpp | 130 Status PlatformAppleSimulator::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformAppleSimulator
|
/external/llvm-project/lldb/test/API/python_api/hello_world/ |
D | TestHelloWorld.py | 138 target.ConnectRemote(listener, None, None, error)
|
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
D | gdbclientutils.py | 526 process = target.ConnectRemote(listener,
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Platform.h | 312 virtual Status ConnectRemote(Args &args);
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | dotest.py | 908 err = lldb.remote_platform.ConnectRemote(platform_connect_options)
|
/external/llvm-project/lldb/source/Target/ |
D | Platform.cpp | 966 Status Platform::ConnectRemote(Args &args) { in ConnectRemote() function in Platform 1850 error = process_sp->ConnectRemote(connect_url); in DoConnectProcess()
|