Skip to content

Commit

Permalink
Add missing .gdbinit
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed May 30, 2021
1 parent 8521a9b commit d2feda3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/xcpsim/.gdbinit
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#handle SIGRT_2 nostop noprint
set auto-load python-scripts on
display Xcp_State
handle SIG34 nostop noprint
break main
run

0 comments on commit d2feda3

Please sign in to comment.