All Databases
Inside Mac - Basic Toolbox
DebuggerExit
DebuggerEnter
DebuggerPoll
GetPageState
DebuggerGetMax
DebuggerLockMemory
DebuggerUnlockMemory
DebuggerExit
Exit the debugger state
#include <
Memory.h
>
Memory Manager
Debugger Support Under Virtual Memory
void
DebuggerExit
( );
The two procedures
DebuggerEnter
and
DebuggerExit
allow you to enter
and exit the debugger state. These calls allow the
DebugUtil
trap to make
preparations for subsequent debugging calls and to clean up after all debugging
calls are completed.
Referenced by (5):
DebugUtil
DebuggerEnter
Memory Mgr (Inside Mac - Index)
DebugUtil (Inside Mac - Basic Toolbox)
DebuggerEnter (Inside Mac - Basic Toolbox)