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
  604     llvm::StringRef name = note.info.n_name;
  607       if (note.info.n_type == NETBSD::NT_PROCINFO) {
  608         llvm::Error error = ParseNetBSDProcInfo(note.data, nlwps, signo,
  613       } else if (note.info.n_type == NETBSD::NT_AUXV) {
  614         m_auxv = note.data;
  627         if (note.info.n_type == NETBSD::AARCH64::NT_REGS) {
  635           thread_data.gpregset = note.data;
  642         } else if (note.info.n_type == NETBSD::AARCH64::NT_FPREGS) {
  648           thread_data.notes.push_back(note);
  653         if (note.info.n_type == NETBSD::AMD64::NT_REGS) {
  661           thread_data.gpregset = note.data;
  668         } else if (note.info.n_type == NETBSD::AMD64::NT_FPREGS) {
  674           thread_data.notes.push_back(note);