On 1/14/20 5:09 AM, Alex Bennée wrote:
> +    if "system" in args.qemu:
> +        cmd = "%s %s %s -s -S" % (args.qemu, args.qargs, args.binary)
> +    else:
> +        cmd = "%s %s -g 1234 %s" % (args.qemu, args.qargs, args.binary)

Oh, hard-coding of the port is going to cause failures.  Multiple users on the
system both running qemu tests.  Parallel make.  Anything.

I think we should really consider adding support for debugging over unix
sockets or named pipes, both of which work well with the file system to avoid
conflict.


r~

Reply via email to