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

References

tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  781       assert(thread_data.gpregset.GetByteSize() > 0);
  783       m_thread_data.push_back(thread_data);
  784       thread_data = ThreadData();
  796       thread_data.prstatus_sig = prstatus.pr_cursig;
  797       thread_data.tid = prstatus.pr_pid;
  800       thread_data.gpregset = DataExtractor(note.data, header_size, len);
  809       thread_data.name.assign (prpsinfo.pr_fname, strnlen (prpsinfo.pr_fname, sizeof (prpsinfo.pr_fname)));
  818       thread_data.signo = siginfo.si_signo;
  844       thread_data.notes.push_back(note);
  850     m_thread_data.push_back(thread_data);