aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/debug
blob: 0a246bad0574e20ee5c9e6ef2edb50df72f69b18 (plain)
1
2
3
4
5
6
#!/bin/bash
make install || exit
ipsec start --nofork &
sleep 1
gdb /usr/local/libexec/ipsec/charon `cat /var/run/charon.pid`
ipsec stop