On 7/10/26 22:53, Richard Henderson wrote:
From: Philippe Mathieu-Daudé <[email protected]>

Use the BreakpointFlags typedef to better follow when
we deal with breakpoint flags (BP_*).

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Daniel Henrique Barboza <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
[rth: Don't rename mask variables to flags]
Message-ID: <[email protected]>
---
  include/accel/tcg/cpu-ops.h |  6 ++++--
  include/exec/breakpoint.h   |  4 +++-
  include/exec/watchpoint.h   |  8 +++++---
  include/hw/core/cpu.h       |  8 ++++----
  accel/tcg/cputlb.c          | 12 +++++++-----
  accel/tcg/tcg-accel-ops.c   | 10 +++++-----
  accel/tcg/user-exec-stub.c  | 11 ++++++-----
  accel/tcg/watchpoint.c      |  9 +++++----
  cpu-common.c                |  8 ++++----
  system/watchpoint.c         |  6 +++---
  target/arm/tcg/debug.c      |  4 ++--
  target/arm/tcg/mte_helper.c |  3 ++-
  target/ppc/cpu.c            |  2 +-
  target/ppc/kvm.c            |  5 +++--
  target/riscv/cpu_helper.c   |  2 +-
  target/riscv/debug.c        |  6 +++---
  target/s390x/tcg/debug.c    |  3 ++-
  target/xtensa/dbg_helper.c  |  2 +-
  18 files changed, 61 insertions(+), 48 deletions(-)

Reviewed-by: Ilya Leoskevich <[email protected]>


Reply via email to