.gdbinit now breaks at the right spots for a task switch.

This commit is contained in:
pjht 2019-08-24 14:51:28 -05:00
parent 37b0c39968
commit e0ba92e7c0

View File

@ -2,8 +2,9 @@ set pagination off
target remote localhost:1234
symbol-file kernel/kernel.elf
add-symbol-file vfs/vfs
b tasking.c:123
commands
b kernel/cpu/i386/tasking.c:129
b kernel/cpu/i386/tasking.c:140
commands 1 2
silent
disable breakpoints
symbol-file kernel/kernel.elf