nyx-fuzz/QEMU-Nyx

Wait for gdb only in debug build

Closed this issue · 0 comments

For non-interactive / production use, I think Qemu should simply exit on fatal errors. Waiting for gdb attach often results in hanging Qemu instances and it not helpful outside of actually debugging Qemu.

I think we can adjust the assert/abort handlers to wait for gdb only in debug mode, and otherwise simply exit.