mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add a make qemu mode to allow attaching gdb without waiting for it
This way you can unconditionally enable this mode during development without being forced to attach a debugger every time you start a VM.
This commit is contained in:
parent
716cca1b4e
commit
16e98e3f28
@ -272,6 +272,9 @@ endif
|
||||
|
||||
ifeq ($(gdb),yes)
|
||||
QEMUFLAGS+=-d cpu_reset -s -S
|
||||
else ifeq ($(gdb),nonblock)
|
||||
# Allow attaching gdb, but don't block for it
|
||||
QEMUFLAGS+=-d cpu_reset -s
|
||||
endif
|
||||
|
||||
ifeq ($(UNAME),Linux)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user