Files
build_infra/.gdbinit
T
2026-06-16 10:23:51 +08:00

20 lines
405 B
Plaintext

set pagination off
set breakpoint pending on
handle SIGSEGV stop print nopass
handle SIGABRT stop print nopass
handle SIGBUS stop print nopass
handle SIGILL stop print nopass
handle SIGFPE stop print nopass
handle SIGPIPE nostop noprint pass
break abort
break raise
break exit
break _exit
break std::terminate
break std::quick_exit
break _Exit
break pthread_exit
break ExitProcess
break TerminateProcess