qemu-e2k/accel/tcg
Philippe Mathieu-Daudé 55b5b8e928 gdbstub: Use vaddr type for generic insert/remove_breakpoint() API
Both insert/remove_breakpoint() handlers are used in system and
user emulation. We can not use the 'hwaddr' type on user emulation,
we have to use 'vaddr' which is defined as "wide enough to contain
any #target_ulong virtual address".

gdbstub.c doesn't require to include "exec/hwaddr.h" anymore.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221216215519.5522-4-philmd@linaro.org>
2023-02-27 22:29:01 +01:00
..
atomic_common.c.inc tcg: Add tcg_gen_{non}atomic_cmpxchg_i128 2023-02-04 06:19:42 -10:00
atomic_template.h
cpu-exec-common.c
cpu-exec.c Don't include headers already included by qemu/osdep.h 2023-02-08 07:28:05 +01:00
cputlb.c tcg: Add guest load/store primitives for TCGv_i128 2023-02-04 06:19:42 -10:00
debuginfo.c
debuginfo.h
hmp.c
internal.h
ldst_common.c.inc
meson.build
perf.c
perf.h
plugin-gen.c plugins: fix optimization in plugin_gen_disable_mem_helpers 2023-02-02 11:48:20 +00:00
plugin-helpers.h tcg: exclude non-memory effecting helpers from instrumentation 2023-02-02 11:48:20 +00:00
tb-context.h
tb-hash.h
tb-jmp-cache.h
tb-maint.c
tcg-accel-ops-icount.c
tcg-accel-ops-icount.h
tcg-accel-ops-mttcg.c
tcg-accel-ops-mttcg.h
tcg-accel-ops-rr.c
tcg-accel-ops-rr.h
tcg-accel-ops.c gdbstub: Use vaddr type for generic insert/remove_breakpoint() API 2023-02-27 22:29:01 +01:00
tcg-accel-ops.h
tcg-all.c
tcg-runtime-gvec.c
tcg-runtime.c
tcg-runtime.h tcg: Add tcg_gen_{non}atomic_cmpxchg_i128 2023-02-04 06:19:42 -10:00
trace-events
trace.h
translate-all.c
translator.c accel/tcg: Allow the second page of an instruction to be MMIO 2023-02-21 08:44:13 -10:00
user-exec-stub.c
user-exec.c tcg: Add guest load/store primitives for TCGv_i128 2023-02-04 06:19:42 -10:00