Handle version 1a of FreeBSD's NT_PRSINFO.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 5 Jul 2016 02:19:48 +0000 (19:19 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 20 Jul 2016 15:43:54 +0000 (08:43 -0700)
commit0064d22386b99c047bbff3bcc73b6bfce9c29b4c
tree2f3090fba3fba950e7b28654bc6fad8dd6d794b6
parent9ab8247228844bb6608d6b2c99b6d8732bab08c1
Handle version 1a of FreeBSD's NT_PRSINFO.

Version 1a adds a pr_pid member containing the process ID of the
terminating process.  The presence of pr_pid is inferred from the
note's size.

bfd/ChangeLog:

* elf.c (elfcore_grok_freebsd_psinfo): Check for minimum note size
and handle pr_pid if present.
bfd/ChangeLog
bfd/elf.c
This page took 0.024733 seconds and 4 git commands to generate.