Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> writes: > 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. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> Reviewed-by: Fabiano Rosas <farosas@xxxxxxx>