Home | History | Annotate | Download | only in gdb

Lines Matching refs:SIGSEGV

16 # ART debugging.  ART uses SIGSEGV signals for internal purposes.  To allow
23 # deal with SIGSEGV signals
24 handle SIGSEGV noprint nostop pass
32 printf "Caught SIGSEGV in user program\n"
38 printf "re-enable normal SIGSEGV handling using this command:\n"
39 printf " handle SIGSEGV print stop\n"
47 Enter ART debugging mode. In ART debugging mode, SIGSEGV signals are ignored
49 set to stop the program when an unexpected SIGSEGV signal is
57 # restore SIGSEGV to its default
58 handle SIGSEGV print stop pass