summaryrefslogtreecommitdiff
path: root/libcody/gdbinit.in
blob: b81b7d8398195f66b9de1d2a242828febf549030 (plain)
1
2
3
4
5
6
7
8
9
10
11
# CODYlib  -*- mode:autoconf -*-
# Copyright (C) 2020 Nathan Sidwell, nathan@acm.org
# License: Apache v2.0

dir @srcdir@
# some default breakpoints, to catch the fatal exit
set breakpoint pending on
break HCF
set complaints 0
break exit
set breakpoint pending off