command_handler: change 'cmd_ctx' to CMD_CTX
Convert all command handler 'cmd_ctx' parameter usage with CMD_CTX.
This commit is contained in:
@@ -2252,7 +2252,7 @@ COMMAND_HANDLER(handle_gdb_sync_command)
|
||||
|
||||
if (current_gdb_connection == NULL)
|
||||
{
|
||||
command_print(cmd_ctx,
|
||||
command_print(CMD_CTX,
|
||||
"gdb_sync command can only be run from within gdb using \"monitor gdb_sync\"");
|
||||
return ERROR_FAIL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user