summaryrefslogtreecommitdiff
path: root/.gdbinit
blob: 09b4af30fd72be69c90a6c04c78f7a25b31b2ba9 (plain)
1
2
3
4
5
6
7
8
9
10
# Ignore HighResolutionTimer custom event
handle SIG34 nostop noprint
# Ignore PosixTimer custom event
handle SIG35 nostop noprint
# Ignore PosixThread exit event
handle SIG32 nostop noprint
# Ignore PosixThread suspend event
handle SIG36 nostop noprint
# Ignore PosixThread user callback event
handle SIG37 nostop noprint