Important: The information in this document is obsolete and should not be used for new development.
Virtual Memory Debugger Support Routines
This section describes the virtual-memory routines that pertain primarily to
debuggers. You need to read this section only if you are implementing a debugger.
To determine which debugger functions are present, use theDebuggerGetMax
function. When entering and exiting the debugging state, use theDebuggerEnter
and theDebuggerExit
procedures. To determine whether paging is safe, use thePageFaultFatal
function. To lock and unlock memory with caching enabled, use
theDebuggerLockMemory
and theDebuggerUnlockMemory
functions. To poll for keyboard input, use theDebuggerPoll
procedure. To determine the state of a page of logical memory, use theGetPageState
function.
Subtopics
- DebuggerGetMax
- DebuggerEnter
- DebuggerExit
- PageFaultFatal
- DebuggerLockMemory
- DebuggerUnlockMemory
- DebuggerPoll
- GetPageState