Re: [PATCH v2] gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT

2023-08-10 Thread Alex Bennée
Matheus Branco Borella writes: > Alex Bennée writes: >> Can gdb switch which packet sequence it uses to halt and restart >> threads? > > Yes, but the way it does it does not trigger the behavior I was concerned > about. GDB falls back to the old sequence when either (1) the target does not >

[PATCH v2] gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT

2023-08-04 Thread Matheus Branco Borella
Alex Bennée writes: > Can gdb switch which packet sequence it uses to halt and restart > threads? Yes, but the way it does it does not trigger the behavior I was concerned about. GDB falls back to the old sequence when either (1) the target does not support the vCont command it's trying to send