X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=inline;f=doc%2Fopenocd.texi;h=e7d0c67c56fec1d3cf95718ec671efaaa11ffc33;hb=a2a282c7b4501954d99ed30829989df116e5dc43;hp=ac81b35ed3949d4960a92729c4b9becad57dea7d;hpb=cea40152f82f52bfc718c7bda9fa4a9d70bf9cfd;p=fw%2Fopenocd diff --git a/doc/openocd.texi b/doc/openocd.texi index ac81b35ed..e7d0c67c5 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -8766,6 +8766,12 @@ Selects whether interrupts will be processed when single stepping configure l2x cache @end deffn +@deffn Command {cortex_a mmu dump} [@option{0}|@option{1}|@option{addr} address [@option{num_entries}]] +Dump the MMU translation table from TTB0 or TTB1 register, or from physical +memory location @var{address}. When dumping the table from @var{address}, print at most +@var{num_entries} page table entries. @var{num_entries} is optional, if omitted, the maximum +possible (4096) entries are printed. +@end deffn @subsection ARMv7-R specific commands @cindex Cortex-R