Contents

detachDebuggerClient

Detaches an IOKernelDebugger client object.

Declaration

virtual void detachDebuggerClient(
 IOKernelDebugger *debugger);

Parameters

  • debugger:

    The IOKernelDebugger object to be detached and terminated. If the argument provided is NULL or is not an IOKernelDebugger, this method will return immediately.

Overview

This method detaches and terminates the IOKernelDebugger client object provided. A synchronous termination is issued, and this method will return after the debugger client has been terminated. The debugger client should be released following this call.

See Also

Miscellaneous