This commit is contained in:
2026-01-03 18:52:32 -06:00
commit 3d47bd68cd
14 changed files with 479 additions and 0 deletions

10
gdb/generic_debug.gdb Normal file
View File

@@ -0,0 +1,10 @@
set pagination off
set logging file gdb.txt
set logging on
set mem inaccessible-by-default off
target extended-remote localhost:3333
break HardFault_Handler
break main
load
stepi