![]() |
![]() |
![]() |
Print text with the kernel debugger
#include <sys/neutrino.h> void DebugKDOutput( const char* str, size_t size );
libc
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.
None.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | Yes |
Signal handler | Yes |
Thread | Yes |
![]() |
![]() |
![]() |