Skip to content
Snippets Groups Projects
Commit 6d17f4d0 authored by Wilke Pierre's avatar Wilke Pierre
Browse files

change gdb port to 26000

parent 008cac45
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ clean:
$(UPROGS)
# try to generate a unique GDB port
GDBPORT = $(shell expr `id -u` % 5000 + 25000)
GDBPORT = 26000
# QEMU's gdb stub command line changed in 0.11
QEMUGDB = $(shell if $(QEMU) -help | grep -q '^-gdb'; \
then echo "-gdb tcp::$(GDBPORT)"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment