Enter the kernel debugger
#include <sys/neutrino.h> void DebugKDBreak( void );
libc
The DebugKDBreak() kernel call activates the kernel debugger if it's present in your boot image. If not, nothing happens.
None.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | Yes |
| Signal handler | Yes |
| Thread | Yes |