Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cidre-public
Systemes d exploitation
xv6-riscv-tp
Commits
b8819d29
Commit
b8819d29
authored
May 03, 2021
by
Wilke Pierre
Browse files
change gdb port to 26000
parent
0f813a57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b8819d29
...
...
@@ -160,7 +160,7 @@ clean:
$(UPROGS)
# try to generate a unique GDB port
GDBPORT
=
$(
shell
expr
`
id
-u
`
% 5000 + 25
000
)
GDBPORT
=
26
000
# QEMU's gdb stub command line changed in 0.11
QEMUGDB
=
$(
shell
if
$(QEMU)
-help
|
grep
-q
'^-gdb'
;
\
then
echo
"-gdb tcp::
$(GDBPORT)
"
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment