![]() |
PageFaultFatal |
||||
Header: | MacMemory.h | Carbon status: | Unsupported | |
Returns TRUE if the debugger should not allow the virtual memorys bus-error handler to detect any page faults.
Boolean PageFaultFatal ();
Either TRUE or FALSE.
A debugger can use the PageFaultFatal function to determine whether it should capture all bus errors or whether it is safe to allow them to flow through to virtual memory. When paging is safe, the debugger can allow virtual memory to continue servicing page faults, and the user can view all of memory.
Not supported in Carbon. Not available in CarbonLib, but available when InterfaceLib 7.1 or later is installed. Exported by InterfaceLib 7.1 and later.