Page MenuHomeFreeBSD

Make truss work for CloudABI processes on aarch64.
ClosedPublic

Authored by ed on Oct 28 2015, 9:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 5 2024, 4:56 AM
Unknown Object (File)
Jan 5 2024, 4:56 AM
Unknown Object (File)
Jan 5 2024, 4:56 AM
Unknown Object (File)
Jan 5 2024, 4:56 AM
Unknown Object (File)
Jan 5 2024, 4:42 AM
Unknown Object (File)
Dec 30 2023, 5:32 PM
Unknown Object (File)
Dec 27 2023, 10:07 AM
Unknown Object (File)
Dec 27 2023, 10:06 AM
Subscribers

Details

Summary

This change copies over amd64-cloudabi64.c to aarch64-cloudabi.c and
adjusts it to fetch the proper registers on aarch64. To reduce the
amount of shared code, the errno conversion function is moved into a
separate source file.

Test Plan

truss has been run on the unit testing binary. The output looks all
right.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ed retitled this revision from to Make truss work for CloudABI processes on aarch64..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added reviewers: andrew, jhb.

cloudabi.{c,h} both seem to be empty.

ed edited edge metadata.

Upload it through the web.

For some reason Arcanist is having troubles uploading new source files on my system. Let's see what happens if we just paste the raw diff in Phabricator.

Looks fine to me. FWIW, I already have a WIP branch where I've moved the errno tables and syscall tables out of truss/kdump into a new shared library (libsysdecode). This also adds CloudABI to kdump (since it is very cheap to do).

I have some more work to do on the library, but I might start importing some of the simpler bits (the ioctl.c and syscall name moves at least) soon.

https://github.com/freebsd/freebsd/compare/master...bsdjhb:libsysdecode

andrew edited edge metadata.
This revision is now accepted and ready to land.Oct 29 2015, 9:45 PM
This revision was automatically updated to reflect the committed changes.