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
  450   uint32_t version = data.GetU32(&offset);
  456   uint32_t cpisize = data.GetU32(&offset);
  462   cpi_signo = data.GetU32(&offset); /* killing signal */
  464   offset += NETBSD::NT_PROCINFO_CPI_SIGCODE_SIZE;
  465   offset += NETBSD::NT_PROCINFO_CPI_SIGPEND_SIZE;
  466   offset += NETBSD::NT_PROCINFO_CPI_SIGMASK_SIZE;
  467   offset += NETBSD::NT_PROCINFO_CPI_SIGIGNORE_SIZE;
  468   offset += NETBSD::NT_PROCINFO_CPI_SIGCATCH_SIZE;
  469   cpi_pid = data.GetU32(&offset);
  470   offset += NETBSD::NT_PROCINFO_CPI_PPID_SIZE;
  471   offset += NETBSD::NT_PROCINFO_CPI_PGRP_SIZE;
  472   offset += NETBSD::NT_PROCINFO_CPI_SID_SIZE;
  473   offset += NETBSD::NT_PROCINFO_CPI_RUID_SIZE;
  474   offset += NETBSD::NT_PROCINFO_CPI_EUID_SIZE;
  475   offset += NETBSD::NT_PROCINFO_CPI_SVUID_SIZE;
  476   offset += NETBSD::NT_PROCINFO_CPI_RGID_SIZE;
  477   offset += NETBSD::NT_PROCINFO_CPI_EGID_SIZE;
  478   offset += NETBSD::NT_PROCINFO_CPI_SVGID_SIZE;
  479   cpi_nlwps = data.GetU32(&offset); /* number of LWPs */
  481   offset += NETBSD::NT_PROCINFO_CPI_NAME_SIZE;
  482   cpi_siglwp = data.GetU32(&offset); /* LWP target of killing signal */