Hi team, I am trying to understand the gdb breakpoint support in qemu. i could see the arch_insert_sw_breakpoint adding a int3 opcode. But my question is, when the break is hit, how it is propagated to gdb server. I mean which routine or call is used from qemu to update the gdb server connected via target remote to say qemu has hit the breakpoint.
With regards M14