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
Alexandru Dura
pintos-public
Commits
f7d2b1a6
Commit
f7d2b1a6
authored
Mar 20, 2020
by
Alexandru Dura
Browse files
Fix the gdb configuration
parent
9916dddc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/utils/pintos-gdb
View file @
f7d2b1a6
#! /bin/sh
# Path to GDB macros file. Customize for your site.
GDBMACROS
=
$
HOME
/pintos
/src/misc/gdb-macros
GDBMACROS
=
$
PINTOS_HOME
/src/misc/gdb-macros
# Choose correct GDB.
if
command
-v
i386-elf-gdb
>
/dev/null 2>&1
;
then
...
...
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