Page MenuHomeFreeBSD

Handle cloudabi in kdump.
ClosedPublic

Authored by jhb on Feb 23 2016, 8:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 13 2024, 10:55 PM
Unknown Object (File)
Dec 20 2023, 12:54 AM
Unknown Object (File)
Nov 22 2023, 1:34 AM
Unknown Object (File)
Nov 14 2023, 8:12 AM
Unknown Object (File)
Nov 12 2023, 8:38 AM
Unknown Object (File)
Nov 10 2023, 7:59 AM
Unknown Object (File)
Sep 18 2023, 12:55 AM
Unknown Object (File)
Apr 13 2017, 3:35 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.