target/xtensa: avoid IHI for writes to non-executable memory
[openocd.git] / src / target / arm_tpiu_swo.c
index 55201e6fe04ecd6f884336dd3a1730030ea7fa66..5cea682ec42b4c3fe6f405df291fad3c9d7f6e66 100644 (file)
@@ -994,23 +994,21 @@ COMMAND_HANDLER(handle_arm_tpiu_swo_names)
        return ERROR_OK;
 }
 
-static int jim_arm_tpiu_swo_init(Jim_Interp *interp, int argc, Jim_Obj *const *argv)
+COMMAND_HANDLER(handle_arm_tpiu_swo_init)
 {
-       struct command_context *cmd_ctx = current_command_context(interp);
        struct arm_tpiu_swo_object *obj;
-       int retval = JIM_OK;
+       int retval = ERROR_OK;
+
+       if (CMD_ARGC != 0)
+               return ERROR_COMMAND_SYNTAX_ERROR;
 
-       if (argc != 1) {
-               Jim_WrongNumArgs(interp, 1, argv, "Too many parameters");
-               return JIM_ERR;
-       }
        list_for_each_entry(obj, &all_tpiu_swo, lh) {
                if (!obj->deferred_enable)
                        continue;
                LOG_DEBUG("%s: running enable during init", obj->name);
-               int retval2 = command_run_linef(cmd_ctx, "%s enable", obj->name);
+               int retval2 = command_run_linef(CMD_CTX, "%s enable", obj->name);
                if (retval2 != ERROR_OK)
-                       retval = JIM_ERR;
+                       retval = retval2;
        }
        return retval;
 }
@@ -1189,7 +1187,7 @@ static const struct command_registration arm_tpiu_swo_subcommand_handlers[] = {
        {
                .name = "init",
                .mode = COMMAND_EXEC,
-               .jim_handler = jim_arm_tpiu_swo_init,
+               .handler = handle_arm_tpiu_swo_init,
                .usage = "",
                .help = "Initialize TPIU and SWO",
        },

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)