DebugBreak()

QNX SDP8.0C Library ReferenceAPIDeveloper

Enter the process debugger

Synopsis:

#include <sys/neutrino.h>

void DebugBreak( void );

Library:

libc

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

Description:

The DebugBreak() kernel call activates the process debugger if you're debugging the calling process. If not, it sends a SIGTRAP signal to the process.

Blocking states

None.

Classification:

QNX OS

Safety:
Cancellation pointNo
Signal handlerYes
ThreadYes
Page updated: