From 9ffab0f49646b534418ac65655824b23af276bad Mon Sep 17 00:00:00 2001 From: ch3 <ch3@mailbox.org> Date: Sun, 16 Jun 2019 16:00:11 +0200 Subject: [PATCH] chore(boot): Include global .gdbinit --- bootloader/.gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/.gdbinit b/bootloader/.gdbinit index 6f371268..03b0a4af 100644 --- a/bootloader/.gdbinit +++ b/bootloader/.gdbinit @@ -1,3 +1,3 @@ +source ../.gdbinit file ../build/bootloader/bootloader.elf -target remote localhost:3333 -- GitLab