On Thu, 26 May 2022 at 12:03, Liviu Ionescu <i...@livius.net> wrote: > > > > > On 26 May 2022, at 13:01, Peter Maydell <peter.mayd...@linaro.org> wrote: > > > > Yes, I can reproduce this. > > Ok, it seems you diagnosed it pretty quickly, great! > > > Did you intend to pass '-s' (allow gdbstub connection) but not > > '-S' (wait on startup for gdb to connect and say "continue"), > > by the way? > > Oops! I forgot about this. I'll switch to -S.
You want both '-s' and '-S', usually (or '-S' and a '-gdb' option; '-s' is shorthand for '-gdb tcp::1234'). '-S' is just "don't run on startup" -- you can then start the guest using either the monitor or the gdb stub. > If you fix the bug, could you notify me when ready, to make a new xPack > release? Sure. -- PMM