rust-embedded/cortex-m-quickstart

Update .gdbinit to prevent infinite recursion in GDB

thejpster opened this issue · 1 comments

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.

SGTM, can you make a PR?