summary refs log tree commit diff stats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-01-17 16:14:29 +0100
committerThomas Huth <thuth@redhat.com>2024-01-19 11:38:32 +0100
commit97b6e1d35f35463307bf9086b7a3fd8bf3212a19 (patch)
treef04c33c050424bf2a079d47c9f26fd5dd3cd7ff4 /hmp-commands.hx
parentfe17522d854aa7da4c01ca80ef194af4c2aaead3 (diff)
downloadfocaccia-qemu-97b6e1d35f35463307bf9086b7a3fd8bf3212a19.tar.gz
focaccia-qemu-97b6e1d35f35463307bf9086b7a3fd8bf3212a19.zip
hmp: Remove deprecated 'singlestep' command
This command has been deprecated before the 8.1 release,
in commit e9ccfdd91d ("hmp: Add 'one-insn-per-tb' command
equivalent to 'singlestep'"). Time to drop it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: "Dr. David Alan Gilbert" <dave@treblig.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240117151430.29235-3-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx13
1 files changed, 0 insertions, 13 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 2db5701d49..17b5ea839d 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -399,19 +399,6 @@ SRST
 ERST
 
     {
-        .name       = "singlestep",
-        .args_type  = "option:s?",
-        .params     = "[on|off]",
-        .help       = "deprecated synonym for one-insn-per-tb",
-        .cmd        = hmp_one_insn_per_tb,
-    },
-
-SRST
-``singlestep [off]``
-  This is a deprecated synonym for the one-insn-per-tb command.
-ERST
-
-    {
         .name       = "stop|s",
         .args_type  = "",
         .params     = "",