Query: tt_trace_control
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tt_trace_control(library call) tt_trace_control(library call)NAMEtt_trace_control -- control client-side tracingSYNOPSIS#include <Tt/tt_c.h> int tt_trace_control( int onoff);DESCRIPTIONThe tt_trace_control function sets or clears an internal flag controlling all client-side tracing. The intent of this is to be called from debugger breakpoints, allowing a programmer to narrow the trace to the suspect area. The value of the onoff argument affects tracing as follows: 0 Tracing is turned off. 1 Tracing is turned on. -1 Tracing is turned on if it was off and vice-versa.RETURN VALUEThe tt_trace_control function returns the previous setting of the trace flag.APPLICATION USAGEThis call does not return one of the TT_xxx type of errors or warnings, but only the numbers 1 or zero.SEE ALSOTt/tt_c.h - Tttt_c(5), ttsession(1). tt_trace_control(library call)
Related Man Pages |
---|
tt_message_arg_type(3) - hpux |
tt_message_arg_val(3) - hpux |
tt_message_pattern(3) - hpux |
tt_message_print(3) - hpux |
tt_session_join(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
PHP Man Pages Now Available (Over 10,000) |
Is UNIX an open source OS ? |
Hpux 11iV3 administration document |
Seeking Alternative for diff in hp |
Shopt -s histappend |