![]()  | 
![]()  | 
![]()  | 
![]()  | 
![]()  | 
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. | 
Set the traceparser debug modes
#include <traceparser.h> int traceparser_debug ( struct traceparser_state * stateptr, FILE * streamptr, unsigned flags );
libtraceparser
The traceparser_debug() function sets the debug modes of the traceparser module. The streamptr argument is a pointer to the debug output stream; flags specifies the debug category. The stateptr is an opaque structure obtained from traceparser_init().
The following is a list of the arguments that may be used for flags and the debug level for each:
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes | 
traceparser_get_info(), traceparser_init()
![]()  | 
![]()  | 
![]()  | 
![]()  |