hla_target: allow non-intrusive profiling on cortex-m
[fw/openocd] / src / target / hla_target.c
index 78dc8c5128228ef12e22c5636eeb80ae28f3d62a..a3e683597bc0126e886783819931ad751ac84ca2 100644 (file)
@@ -814,4 +814,5 @@ struct target_type hla_target = {
        .remove_breakpoint = cortex_m_remove_breakpoint,
        .add_watchpoint = cortex_m_add_watchpoint,
        .remove_watchpoint = cortex_m_remove_watchpoint,
+       .profiling = cortex_m_profiling,
 };