reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  185   int SetDetachOnError(bool enable);

References

tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  394   m_gdb_client.SetDetachOnError(
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  890       m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError);
 1187       m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError());
 1213       m_gdb_comm.SetDetachOnError(attach_info.GetDetachOnError());