diff --git a/assets/debugging/jsix.elf-gdb.py b/assets/debugging/jsix.elf-gdb.py index fe4f865..2341dfe 100644 --- a/assets/debugging/jsix.elf-gdb.py +++ b/assets/debugging/jsix.elf-gdb.py @@ -225,4 +225,5 @@ GetThreadsCommand() gdb.execute("display/i $rip") if not gdb.selected_inferior().was_attached: + gdb.execute("add-symbol-file build/panic.serial.elf") gdb.execute("target remote :1234")