[Previous] [Contents] [Next]

DebugKDOutput()

Print text with the kernel debugger

Synopsis:

#include <sys/neutrino.h>

void DebugKDOutput( const char* str,
                    size_t size );

Library:

libc

Description:

The DebugKDBreak() kernel call causes the kernel debugger to print size characters from str if it's present in your boot image. If not, nothing happens.

When, where, and how the kernel debugger displays this message depends on which host debugger you're using.

Blocking states

None.

Classification:

QNX 6

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

See also:

DebugBreak(), DebugKDBreak()


[Previous] [Contents] [Next]