We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08b2ae4 + ab30659 commit 877431dCopy full SHA for 877431d
GNUmakefile
@@ -147,6 +147,9 @@ QEMUOPTS += $(QEMUEXTRA)
147
.gdbinit: .gdbinit.tmpl
148
sed "s/localhost:1234/localhost:$(GDBPORT)/" < $^ > $@
149
150
+gdb:
151
+ gdb -x .gdbinit
152
+
153
pre-qemu: .gdbinit
154
155
qemu: $(IMAGES) pre-qemu
@@ -160,13 +163,13 @@ qemu-nox: $(IMAGES) pre-qemu
160
163
161
164
qemu-gdb: $(IMAGES) pre-qemu
162
165
@echo "***"
- @echo "*** Now run 'gdb'." 1>&2
166
+ @echo "*** Now run 'make gdb'." 1>&2
167
168
$(QEMU) $(QEMUOPTS) -S
169
170
qemu-nox-gdb: $(IMAGES) pre-qemu
171
172
173
174
$(QEMU) -nographic $(QEMUOPTS) -S
175
0 commit comments