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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  513     if (!thread->GetStopReason(tid_stop_info, description))
  517     const int signum = tid_stop_info.details.signal.signo;
  524                 tid_stop_info.reason, tid_stop_info.details.exception.type);
  524                 tid_stop_info.reason, tid_stop_info.details.exception.type);
  547     const char *stop_reason = GetStopReasonString(tid_stop_info.reason);
  554     if ((tid_stop_info.reason == eStopReasonException) &&
  555         tid_stop_info.details.exception.type) {
  557           "metype", static_cast<int64_t>(tid_stop_info.details.exception.type));
  560       for (uint32_t i = 0; i < tid_stop_info.details.exception.data_count;
  563             static_cast<int64_t>(tid_stop_info.details.exception.data[i]));