Searched refs:diesignal (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl957 # used to control die() reporting in diesignal()
960 # used to prevent multiple entries to diesignal()
961 # (if for instance diesignal() itself dies)
7210 =head2 C<diesignal>
7212 C<diesignal> is a just-drop-dead C<die> handler. It's most useful when trying
7220 sub diesignal { subroutine
7255 } ## end sub diesignal
7429 takes over and handles them with C<DB::diesignal()>.
7439 $SIG{SEGV} = \&DB::diesignal;
7440 $SIG{BUS} = \&DB::diesignal;
[all...]

Completed in 277 milliseconds