Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ tt_trace_control(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

tt_c.h(5)

ttsession(1)

tt_trace_control(3)  —  Subroutines

CDE

NAME

tt_trace_control − control client-side tracing

SYNOPSIS

#include <tt_c.h>
int tt_trace_control(int onoff);

DESCRIPTION

The tt_trace_control function sets or clears an internal option 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:

 0Tracing is turned off. 

 1Tracing is turned on. 

−1Tracing is turned on if it was off and vice-versa. 

RETURN VALUE

The tt_trace_control function returns the previous setting of the trace option. 

APPLICATION USAGE

This call does not return one of the TT_xxx type of errors or warnings, but only the numbers 1 or zero. 

SEE ALSO

tt_c.h(5), ttsession(1)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026