[Previous] [Contents] [Next]

DebugKDBreak()

Enter the kernel debugger

Synopsis:

#include <sys/neutrino.h>

void DebugKDBreak( void );

Library:

libc

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 6

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

See also:

DebugBreak(), DebugKDOutput()


[Previous] [Contents] [Next]