These fields are available per-thread from core dumps:
| Field |
Maps to |
| pr_pid |
PID / TID |
| pr_ppid |
Parent PID |
| pr_pgrp |
Process group |
| pr_sid |
Session ID |
| pr_cursig |
Fatal signal number |
| pr_sigpend |
Per-thread pending signals |
| pr_sighold |
Per-thread blocked signals |
| pr_utime |
User CPU time (struct timeval) |
| pr_stime |
System CPU time (struct timeval) |
| pr_reg |
Full general register set |
This would allow us to show a lot more from a core file when systemd-coredump metadata is not available.
These fields are available per-thread from core dumps:
This would allow us to show a lot more from a core file when
systemd-coredumpmetadata is not available.