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)
Fri, Jun 27, 1:31 PM
Unknown Object (File)
Thu, Jun 26, 6:16 PM
Unknown Object (File)
Thu, Jun 26, 6:05 AM
Unknown Object (File)
Mon, Jun 23, 6:03 AM
Unknown Object (File)
Sat, Jun 21, 12:54 AM
Unknown Object (File)
Fri, Jun 20, 12:26 PM
Unknown Object (File)
Mon, Jun 16, 5:08 AM
Unknown Object (File)
Fri, Jun 13, 5:27 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.