]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow truss to operate on ELFv2 processes.
authorjhibbits <jhibbits@FreeBSD.org>
Thu, 29 Nov 2018 03:57:06 +0000 (03:57 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Thu, 29 Nov 2018 03:57:06 +0000 (03:57 +0000)
commit6a368b0ed4cca15ed210e60b7af29099651611ec
tree5c2f8c88065827df0f9bb708fc07059149c08a56
parent23115d3e81c29a87300d973adf38fdca3cb22a21
Allow truss to operate on ELFv2 processes.

Summary:
Currently, truss doesn't work on ELFv2 processes due to not recognizing the ABI.

Since there's no special handling needed here, just adding a PROCABI struct for
it is sufficient to get it working.

Submitted by: git_bdragon.rtk0.net
Differential Revision: https://reviews.freebsd.org/D18352
usr.bin/truss/powerpc64-freebsd.c