Carbon


PageFaultFatal

Header: MacMemory.h Carbon status: Unsupported

Returns TRUE if the debugger should not allow the virtual memory’s bus-error handler to detect any page faults.

Boolean PageFaultFatal ();
function result

Either TRUE or FALSE.

DISCUSSION

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.

AVAILABILITY

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.


© 2000 Apple Computer, Inc. — (Last Updated 4/6/2000)