]> git.sur5r.net Git - openocd/blobdiff - src/target/oocd_trace.c
cortex a8: add missing error handling for mem_ap_atomic_write_u32()
[openocd] / src / target / oocd_trace.c
index 2533c40d96d6386f09b2e010826f8c59cade7b5b..3b4357194372f71a215b954a08a56f63811626da 100644 (file)
@@ -398,13 +398,13 @@ COMMAND_HANDLER(handle_oocd_trace_resync_command)
 static const struct command_registration oocd_trace_all_command_handlers[] = {
        {
                .name = "config",
-               .handler = &handle_oocd_trace_config_command,
+               .handler = handle_oocd_trace_config_command,
                .mode = COMMAND_CONFIG,
-               .usage = "<target>",
+               .usage = "target",
        },
        {
                .name = "status",
-               .handler = &handle_oocd_trace_status_command,
+               .handler = handle_oocd_trace_status_command,
                .mode = COMMAND_EXEC,
                .help = "display OpenOCD + trace status",
        },