X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fcortex_a.c;h=92ba54789dbb326d1f99fc709f7a31303c3f1d3c;hp=73fb8e0f57ebb1ea34147702f995e13d8607347f;hb=010b09121ca08f955921654c6a3d405be80afef1;hpb=29c81a80510aa82b1842b15a9b091a3062cb51dc diff --git a/src/target/cortex_a.c b/src/target/cortex_a.c index 73fb8e0f57..92ba54789d 100644 --- a/src/target/cortex_a.c +++ b/src/target/cortex_a.c @@ -50,6 +50,7 @@ #include "breakpoints.h" #include "cortex_a.h" #include "register.h" +#include "armv7a_mmu.h" #include "target_request.h" #include "target_type.h" #include "arm_opcodes.h" @@ -3121,6 +3122,9 @@ static const struct command_registration cortex_a_exec_command_handlers[] = { "on memory access", .usage = "['on'|'off']", }, + { + .chain = armv7a_mmu_command_handlers, + }, COMMAND_REGISTRATION_DONE };