Make GDB use the correct kernel file

This commit is contained in:
apio 2022-12-03 17:34:14 +01:00
parent 1d7b9260c3
commit dcd5a82073
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
file kernel/bin/moon.elf file kernel/moon
break _start break _start
target remote :1234 target remote :1234
continue continue

View File

@ -3,4 +3,6 @@
set -e set -e
source $(dirname $0)/env.sh source $(dirname $0)/env.sh
cd $BUILD_DIR
gdb -x .gdbconf gdb -x .gdbconf