qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH] hmp-commands: expand type of icount to "l" in replay com


From: Pavel Dovgalyuk
Subject: Re: [RFC PATCH] hmp-commands: expand type of icount to "l" in replay commands
Date: Tue, 18 May 2021 19:28:59 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 18.05.2021 17:08, Alex Bennée wrote:
This is not a 32 bit number, it can (and most likely will) be quite a
big one.

Thanks, I forgot about it.


Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>

Reviewed-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>

---
  hmp-commands.hx | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hmp-commands.hx b/hmp-commands.hx
index 435c591a1c..5ee9cfd520 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -1667,7 +1667,7 @@ ERST
{
          .name       = "replay_break",
-        .args_type  = "icount:i",
+        .args_type  = "icount:l",
          .params     = "icount",
          .help       = "set breakpoint at the specified instruction count",
          .cmd        = hmp_replay_break,
@@ -1699,7 +1699,7 @@ ERST
{
          .name       = "replay_seek",
-        .args_type  = "icount:i",
+        .args_type  = "icount:l",
          .params     = "icount",
          .help       = "replay execution to the specified instruction count",
          .cmd        = hmp_replay_seek,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]