Go to main content
Oracle® Developer Studio 12.6: Debugging a Program with dbx

Exit Print View

Updated: June 2017
 
 

omp_tr Command

The omp_tr command prints a description of the current task region, including the task region ID, type (implicit or explicit), state (spawned, executing, or waiting), executing thread, program location (program counter address), unfinished children, and parent.

Syntax

omp_tr

Print a description of the current task region.

omp_tr task-region-ID

Print a description of the specified task region. This command does not cause dbx to switch the current task region to the specified task region.

omp_tr –ancestors

Print descriptions of all the task regions along the path from the current task region to the root of the current task region tree.

omp_tr task-region-ID –ancestors

Print descriptions of all the task regions along the path from the specified task region to its root.

omp_tr –tree

Print a description of the whole task region tree.