TotalView variables that let you access special thread and process values. All variables are 32-bit integers, which is an
int or a
long on most platforms. The following table describes built-in variables:
The built-in variables let you create thread-specific breakpoints from the expression system. For example, the
$tid variable and the
$stop built-in function let you create a thread-specific breakpoint, as the following code shows:
Using any of the following variables means that the eval point is interpreted instead of compiled:
$clid,
$duid,
$nid,
$processduid,
$systid,
$tid, and
$visualize. In addition,
$pid forces interpretation on AIX.