Important: The information in this document is obsolete and should not be used for new development.
PageFaultFatal
A debugger can use thePageFaultFatal
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.
FUNCTION PageFaultFatal: Boolean;DESCRIPTION
ThePageFaultFatal
function returnsTRUE
if the debugger should not allow the virtual memory's bus-error handler to detect any page faults.ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for thePageFaultFatal
function are
Trap macro Selector _DebugUtil $0005 The registers on entry and exit for this routine are
Registers on entry D0 Selector code
Registers on exit D0 Returned value