diff options
Diffstat (limited to 'src/boot/gdbinit')
| -rw-r--r-- | src/boot/gdbinit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/boot/gdbinit b/src/boot/gdbinit new file mode 100644 index 00000000..b55fa645 --- /dev/null +++ b/src/boot/gdbinit @@ -0,0 +1,3 @@ +set disassemble-next-line on +b BootloaderMain +target remote localhost:1234 |
