Update .gdbinit to prevent infinite recursion in GDB
thejpster opened this issue · 1 comments
thejpster commented
In some circumstances (rust-embedded/cortex-m-rt#139) GDB goes into an infinite loop printing a backtrace.
We should update .gdbinit to set a limit to the backtrace length to prevent this.
korken89 commented
SGTM, can you make a PR?