feat: add gdbinit

This commit is contained in:
2025-09-20 06:23:21 +02:00
parent 056a83264a
commit 2439437bdc
2 changed files with 17 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
set debuginfod enabled on
set breakpoint pending on
set tui compact-source on
set tui border-kind acs
set tui border-mode normal
set tui active-border-mode normal
set tui tab-width 4
set tui mouse-events on
tui enable
break __assert_fail
commands
frame 1
info locals
end