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
  630             m_thread_data.push_back(thread_data);
  631             thread_data = ThreadData();
  635           thread_data.gpregset = note.data;
  636           thread_data.tid = tid;
  637           if (thread_data.gpregset.GetByteSize() == 0)
  643           if (!had_nt_regs || tid != thread_data.tid)
  648           thread_data.notes.push_back(note);
  656             m_thread_data.push_back(thread_data);
  657             thread_data = ThreadData();
  661           thread_data.gpregset = note.data;
  662           thread_data.tid = tid;
  663           if (thread_data.gpregset.GetByteSize() == 0)
  669           if (!had_nt_regs || tid != thread_data.tid)
  674           thread_data.notes.push_back(note);
  685     m_thread_data.push_back(thread_data);