Page MenuHomeFreeBSD

ARM - add mmu format info into vmcore
ClosedPublic

Authored by skra on Jan 14 2016, 4:35 PM.
Tags
Referenced Files
Unknown Object (File)
Feb 5 2024, 8:00 PM
Unknown Object (File)
Dec 23 2023, 10:14 AM
Unknown Object (File)
Dec 7 2023, 1:39 AM
Unknown Object (File)
Nov 8 2023, 4:07 AM
Unknown Object (File)
Nov 6 2023, 7:05 PM
Unknown Object (File)
Nov 5 2023, 4:32 AM
Unknown Object (File)
Oct 7 2023, 3:02 AM
Unknown Object (File)
Oct 5 2023, 6:15 PM
Subscribers

Details

Summary

This makes ARM vmcore readable on all platforms. There is only small difference in mmu format between armv4/v5 and armv6/v7 for now, however when platforms with lpae will be supported, the format will be quite different.

Diff Detail

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

Event Timeline

skra retitled this revision from to ARM - add mmu format info into vmcore.
skra updated this object.
skra edited the test plan for this revision. (Show Details)
skra added reviewers: andrew, ian, kib, jhb.
skra set the repository for this revision to rS FreeBSD src repository - subversion.
skra added a project: ARM.
skra added a subscriber: ARM.
jhb edited edge metadata.
jhb added inline comments.
lib/libkvm/kvm_minidump_arm.c
118 ↗(On Diff #12320)

Perhaps s/It's/This is a/

This revision is now accepted and ready to land.Jan 14 2016, 8:00 PM
lib/libkvm/kvm_arm.h
103 ↗(On Diff #12320)

You should include <machine/acle-compat.h> before using __ARM_ARCH as gcc 4.2.1 is too old to know about the macro.

This revision was automatically updated to reflect the committed changes.