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

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  812   const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0;
  832       const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0;
  889       m_gdb_comm.SetDisableASLR(launch_flags & eLaunchFlagDisableASLR);
  890       m_gdb_comm.SetDetachOnError(launch_flags & eLaunchFlagDetachOnError);