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)
Jan 21 2025, 3:00 PM
Unknown Object (File)
Jan 20 2025, 5:12 PM
Unknown Object (File)
Jan 20 2025, 4:18 PM
Unknown Object (File)
Jan 18 2025, 2:03 PM
Unknown Object (File)
Jan 5 2025, 1:27 PM
Unknown Object (File)
Dec 7 2024, 4:04 PM
Unknown Object (File)
Nov 23 2024, 10:44 PM
Unknown Object (File)
Oct 28 2024, 2:35 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 Skipped
Unit
Tests Skipped

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

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

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.