Richard Henderson 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
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 t