HomeSort by relevance Sort by last modified time
    Searched refs:ConnectRemote (Results 1 - 17 of 17) sorted by null

  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.h 133 ConnectRemote (lldb_private::Args& args);
PlatformRemoteGDBServer.cpp 197 PlatformRemoteGDBServer::ConnectRemote (Args& args)
403 error = process_sp->ConnectRemote (NULL, connect_url);
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.h 101 ConnectRemote (lldb_private::Args& args);
PlatformFreeBSD.cpp 372 PlatformFreeBSD::ConnectRemote (Args& args)
390 error = m_remote_platform_sp->ConnectRemote (args);
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.h 73 ConnectRemote (lldb_private::Args& args);
PlatformDarwin.cpp 499 PlatformDarwin::ConnectRemote (Args& args)
517 error = m_remote_platform_sp->ConnectRemote (args);
    [all...]
  /external/lldb/test/python_api/default-constructor/
sb_target.py 16 obj.ConnectRemote(listener, "connect://to/here", None, error)
  /external/lldb/scripts/Python/interface/
SBTarget.i 494 ") ConnectRemote;
496 ConnectRemote (SBListener &listener,
  /external/lldb/test/python_api/hello_world/
TestHelloWorld.py 179 # Also boundary condition test ConnectRemote(), too.
180 target.ConnectRemote(listener, None, None, error)
  /external/lldb/include/lldb/API/
SBTarget.h 459 ConnectRemote (SBListener &listener,
  /external/lldb/include/lldb/Target/
Platform.h 329 ConnectRemote (Args& args);
Process.h     [all...]
  /external/lldb/source/Target/
Platform.cpp 592 Platform::ConnectRemote (Args& args)
598 error.SetErrorStringWithFormat ("Platform::ConnectRemote() is not supported by %s", GetPluginName().GetCString());
Process.cpp     [all...]
  /external/lldb/source/Commands/
CommandObjectPlatform.cpp 263 Error error (platform_sp->ConnectRemote (args));
    [all...]
CommandObjectProcess.cpp     [all...]
  /external/lldb/source/API/
SBTarget.cpp 1145 SBTarget::ConnectRemote
1161 log->Printf ("SBTarget(%p)::ConnectRemote (listener, url=%s, plugin_name=%s, error)...", target_sp.get(), url, plugin_name);
1176 error.SetError (process_sp->ConnectRemote (NULL, url));
1190 log->Printf ("SBTarget(%p)::ConnectRemote (...) => SBProcess(%p)",
    [all...]

Completed in 212 milliseconds