Skip to content

Commit

Permalink
debug: update gdbinit
Browse files Browse the repository at this point in the history
  • Loading branch information
prajnoha committed Aug 16, 2024
1 parent 23e9836 commit 90ed578
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debug/gdbinit
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
set debuginfod enabled on
set prompt \033[91m(gdb) \033[0m
set args -f -vv
set detach-on-fork on

set non-stop on
set detach-on-fork off
set follow-fork-mode child

define str_vector_dump
Expand Down

0 comments on commit 90ed578

Please sign in to comment.