Specifications

Table Of Contents
ARM Debugger 1 3 9 C P U s p e c i f i c M M U C o m m a n d s
©1989-2014 Lauterbach GmbH
CPU specific MMU Commands
MMU.DUMP Display MMU table
Displays the contents of the CPU specific MMU translation table.
If called without parameters, the complete table will be displayed.
If the command is called with either an address range or an explicit address, table entries will
only be displayed, if their logical address matches with the given parameter.
The optional <root> argument can be used to specify a page table base address deviating from the default
page table base address. This allows to display a page table located anywhere in memory.
Format: MMU.DUMP <table> [<range> | <addr> | <range> <root> | <addr> <root>]
MMU.<table>.dump (deprecated)
<table>: PageTable
KernelPageTable
TaskPageTable <task>
and CPU specific tables
PageTable Display the current MMU translation table entries of the CPU.
This command reads all tables the CPU currently used for MMU translation
and displays the table entries.
KernelPageTable Display the MMU translation table of the kernel.
If specified with the MMU.FORMAT command, this command reads the
MMU translation table of the kernel and displays its table entries.
TaskPageTable Display the MMU translation table entries of the given process.
In MMU based operating systems, each process uses its own MMU
translation table. This command reads the table of the specified process,
and displays its table entries.
See also the appropriate OS awareness manuals: RTOS Debugger for
<x>.