Skip to content

Parse NT_PRSTATUS from core dumps #97

Description

@basil

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions