Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp197 PlatformRemoteGDBServer::ConnectRemote (Args& args) in ConnectRemote() function in PlatformRemoteGDBServer
403 error = process_sp->ConnectRemote (NULL, connect_url); in Attach()
DPlatformRemoteGDBServer.h133 ConnectRemote (lldb_private::Args& args);
/external/lldb/test/python_api/default-constructor/
Dsb_target.py16 obj.ConnectRemote(listener, "connect://to/here", None, error)
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.h101 ConnectRemote (lldb_private::Args& args);
DPlatformFreeBSD.cpp372 PlatformFreeBSD::ConnectRemote (Args& args) in ConnectRemote() function in PlatformFreeBSD
390 error = m_remote_platform_sp->ConnectRemote (args); in ConnectRemote()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h73 ConnectRemote (lldb_private::Args& args);
DPlatformDarwin.cpp499 PlatformDarwin::ConnectRemote (Args& args) in ConnectRemote() function in PlatformDarwin
517 error = m_remote_platform_sp->ConnectRemote (args); in ConnectRemote()
/external/lldb/scripts/Python/interface/
DSBTarget.i494 ") ConnectRemote;
496 ConnectRemote (SBListener &listener,
/external/lldb/test/python_api/hello_world/
DTestHelloWorld.py180 target.ConnectRemote(listener, None, None, error)
/external/lldb/include/lldb/Target/
DPlatform.h329 ConnectRemote (Args& args);
DProcess.h1800 ConnectRemote (Stream *strm, const char *remote_url);
/external/lldb/include/lldb/API/
DSBTarget.h459 ConnectRemote (SBListener &listener,
/external/lldb/source/Target/
DPlatform.cpp592 Platform::ConnectRemote (Args& args) in ConnectRemote() function in Platform
DProcess.cpp3233 Process::ConnectRemote (Stream *strm, const char *remote_url) in ConnectRemote() function in Process
/external/lldb/source/Commands/
DCommandObjectPlatform.cpp263 Error error (platform_sp->ConnectRemote (args)); in DoExecute()
DCommandObjectProcess.cpp1173 …error = process->ConnectRemote (&process->GetTarget().GetDebugger().GetOutputStream(), remote_url); in DoExecute()
/external/lldb/source/API/
DSBTarget.cpp1145 SBTarget::ConnectRemote in ConnectRemote() function in SBTarget
1176 error.SetError (process_sp->ConnectRemote (NULL, url)); in ConnectRemote()
/external/lldb/www/python_reference/
Dapi-objects.txt3695 lldb.SBTarget.ConnectRemote lldb.SBTarget-class.html#ConnectRemote