Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

DebugKDBreak()

Enter the kernel debugger

Synopsis:

#include <sys/neutrino.h>

void DebugKDBreak( void );

Library:

libc

Use the -l c option to qcc to link against this library. This library is usually included automatically.

Description:

The DebugKDBreak() kernel call activates the kernel debugger if it's present in your boot image. If not, nothing happens.

Blocking states

None.

Classification:

QNX Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler Yes
Thread Yes

See also:

DebugBreak(), DebugKDOutput()