aboutsummaryrefslogtreecommitdiff
path: root/src/target/hla_target.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/hla_target.c')
-rw-r--r--src/target/hla_target.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/hla_target.c b/src/target/hla_target.c
index a05a99ff..d0be966c 100644
--- a/src/target/hla_target.c
+++ b/src/target/hla_target.c
@@ -772,6 +772,9 @@ static const struct command_registration adapter_command_handlers[] = {
{
.chain = arm_command_handlers,
},
+ {
+ .chain = armv7m_trace_command_handlers,
+ },
COMMAND_REGISTRATION_DONE
};