Page MenuHomeFreeBSD

Add support to read arm64 minidumps to libkvm
ClosedPublic

Authored by andrew on Aug 6 2015, 3:32 PM.
Tags
None
Referenced Files
F81642292: D3319.id7717.diff
Fri, Apr 19, 9:37 AM
Unknown Object (File)
Fri, Apr 19, 2:47 AM
Unknown Object (File)
Fri, Mar 29, 8:14 AM
Unknown Object (File)
Tue, Mar 26, 3:06 AM
Unknown Object (File)
Mar 18 2024, 2:11 PM
Unknown Object (File)
Mar 18 2024, 2:10 PM
Unknown Object (File)
Mar 18 2024, 2:10 PM
Unknown Object (File)
Mar 18 2024, 1:58 PM
Subscribers

Details

Summary

This has been developed against D3318 to make sure we can read the data
from the dump, and it contains all the information we need.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

andrew retitled this revision from to Add support to read arm64 minidumps to libkvm.
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)
andrew added reviewers: arm64, jhb, peter.

This should be easy to convert for my changes. Do you intend to only support minidumps or will you also support full dumps at some point?

Also, FYI, in my branch some of the boilerplate will go away (all the hpte stuff is now shared for example).

In D3319#67291, @jhb wrote:

Do you intend to only support minidumps or will you also support full dumps at some point?

I have no immediate plans to support full dumps.

In D3319#67303, @andrew wrote:

I have no immediate plans to support full dumps.

FWIW I have no problem with us supporting only minidumps.

Mostly just curious. We did have a few panics at Y! for which full dumps were useful (you could examine user memory), but those are generally rare.

jhb edited edge metadata.
This revision is now accepted and ready to land.Aug 6 2015, 5:28 PM
This revision was automatically updated to reflect the committed changes.