Make GDB use the correct kernel file
This commit is contained in:
parent
1d7b9260c3
commit
dcd5a82073
2
.gdbconf
2
.gdbconf
@ -1,4 +1,4 @@
|
||||
file kernel/bin/moon.elf
|
||||
file kernel/moon
|
||||
break _start
|
||||
target remote :1234
|
||||
continue
|
@ -3,4 +3,6 @@
|
||||
set -e
|
||||
source $(dirname $0)/env.sh
|
||||
|
||||
cd $BUILD_DIR
|
||||
|
||||
gdb -x .gdbconf
|
Loading…
Reference in New Issue
Block a user