Specifications

Table Of Contents
ARM Debugger 1 4 2 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
MMU.List Display MMU table
Lists the address translation of the CPU specific MMU table. If called without address or range parameters,
the complete table will be displayed.
If called without a table specifier, this command shows the debugger internal translation table.
See TRANSlation.List.
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.
Format: MMU.List [<table> [<range> | <address>]]
MMU.<table>.List (deprecated)
<table>: PageTable
KernelPageTable
TaskPageTable <task>
PageTable List the current MMU translation of the CPU.
This command reads all tables the CPU currently used for MMU
translation and lists the address translation.
KernelPageTable List 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 lists its address translation.
TaskPageTable List the MMU translation 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 lists its address translation.
See also the appropriate OS awareness manuals: RTOS Debugger for
<x>.