ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sigsegv.h
(Generate patch)

Comparing BasiliskII/src/Unix/sigsegv.h (file contents):
Revision 1.2 by cebix, 2002-01-15T14:58:37Z vs.
Revision 1.3 by gbeauche, 2002-05-12T11:10:50Z

# Line 36 | Line 36 | extern bool sigsegv_install_handler(sigs
36   // Remove the user SIGSEGV handler, revert to default behavior
37   extern void sigsegv_uninstall_handler(void);
38  
39 + // Set SIGSEGV ignore state
40 + extern void sigsegv_set_ignore_state(bool ignore_fault);
41 +
42 + // Set callback function when we cannot handle the fault
43 + extern void sigsegv_set_dump_state(sigsegv_handler_t handler);
44 +
45   // Define an address that is bound to be invalid for a program counter
46   const sigsegv_address_t SIGSEGV_INVALID_PC = (sigsegv_address_t)(-1);
47  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines