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)
Sat, Dec 7, 4:04 PM
Unknown Object (File)
Nov 23 2024, 10:44 PM
Unknown Object (File)
Oct 28 2024, 2:35 PM
Unknown Object (File)
Sep 28 2024, 5:04 PM
Unknown Object (File)
Sep 26 2024, 3:14 PM
Unknown Object (File)
Sep 23 2024, 5:46 AM
Unknown Object (File)
Sep 23 2024, 12:38 AM
Unknown Object (File)
Sep 19 2024, 10:10 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.