This website requires JavaScript.
Explore
Help
Register
Sign In
apio
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
adf6844d49
Luna
/
tools
/
gdb.sh
8 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
Modify shebangs to use /usr/bin/env bash instead of /bin/sh
2022-10-08 13:35:39 +00:00
#!/usr/bin/env bash
Separate building a debug image and running it, and provide a script for GDB.
2022-10-08 13:32:48 +00:00
set
-e
source
$(
dirname
$0
)
/env.sh
Make GDB use the correct kernel file
2022-12-03 16:34:14 +00:00
cd
$BUILD_DIR
Make GDB source .gdbconf relative to the root directory
2022-12-03 16:34:36 +00:00
gdb -x
$LUNA_ROOT
/.gdbconf
Reference in New Issue
Copy Permalink