Page MenuHomeFreeBSD

Handle cloudabi in kdump.
ClosedPublic

Authored by jhb on Feb 23 2016, 8:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 15, 12:55 PM
Unknown Object (File)
Thu, Apr 3, 7:25 PM
Unknown Object (File)
Sat, Mar 22, 11:19 PM
Unknown Object (File)
Mar 3 2025, 4:52 PM
Unknown Object (File)
Jan 22 2025, 7:57 PM
Unknown Object (File)
Jan 13 2025, 12:51 PM
Unknown Object (File)
Jan 10 2025, 4:53 AM
Unknown Object (File)
Dec 11 2024, 2:33 AM
Subscribers

Details

Summary

Add simple support for CloudABI processes to kdump(1).

This does not decode arguments to system calls but should properly
decode system call names and error return values.

Test Plan
  • I have no cloudabi binaries to test with, so would appreciate some testing.

Diff Detail

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

Event Timeline

jhb retitled this revision from to Handle cloudabi in kdump..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added a reviewer: ed.
ed edited edge metadata.

Hi John,

That change looks all right in my opinion. On this page there are some instructions how to set up a cross compilation toolchain for CloudABI. At the bottom of the page there are even some notes on how to run the entire C library test suite: https://nuxi.nl/doc/freebsd/.

Still, if you want to quickly test this change, here you can find a very simple ELF executable that prints the string "Hello, John!" (SHA256: 8099083e40bef7cef909a47b740e3f37bb625e8093db5f7d7f8e0e0d0ff47411): http://80386.nl/pub/hello-john

This revision is now accepted and ready to land.Feb 24 2016, 8:38 AM
This revision was automatically updated to reflect the committed changes.