Richard Henderson <richard.hender...@linaro.org> writes:
> On 4/30/20 12:01 PM, Alex Bennée wrote: >> + if "system" in args.qemu: >> + gdb_cmd += " -ex 'target remote localhost:1234'" >> + else: >> + gdb_cmd += " -ex 'target remote %s'" % (socket_name) > > Why should not system testing be moved to sockets? > Surely that has the same problem in the end. Sure - I can cook up a patch for that. I hadn't bothered because currently we don't run any system level debug tests for the gdbstub test. -- Alex Bennée