System Debug Reference Manual (32650-90888)

Chapter 6 267
System Debug Command Specifications M-X
T (translate)
TCLG Search LGRP, the logon group library.
TCLP Search LPUB, the logon account library.
TCS Search SYS, the system library.
TCU Search USER, the user library.
For a full description of logical code addresses, refer to the section "Logical
Code Addresses", in chapter 2.
cmabsaddr
TCA, TCAX only. A full CM absolute code address specifies three necessary
items:
Either the CST or the CSTX.
The absolute code segment number.
The CM word offset within the code segment.
Absolute code addresses can be specified in two ways:
As a long pointer (LPTR):
TCA 23.2644 Implicit CST 23.2644
TCAX 5.3204 Implicit CSTX 5.3204
As a full absolute code pointer (ACPTR):
TCA CST(2.200) Explicit CST coercion.
TCAX CSTX(2.200) Explicit CSTX coercion.
TCAX logtoabs(prog(1.20)) Explicit absolute conversion.
The search path used for procedure name lookups is based on the
command suffix letter:
TCA GRP, PUB, LGRP, LPUB, SYS
TCAX PROG
Examples
%cmdebug > td 1.100
% DST 1.100 VIRT $b.40011630
Translate data segment 1.100 to a virtual address.
%cmdebug > ta 2000
% ABS+2000 VIRT $a.80000800
Translate ABS+2000 to a virtual address.
$nmdebug > tcs %22.%5007
SYS % 22.5007 = CST % 23.5007 = VIRT $21.6ed0e
FOPEN+%13 (XLSEG11)
start: %4774 entry: %5000 proclen: %626 seglen: %31454
Translator Node Addresses:
CM prev: SYS %22.5006 NM prev: TRANS $21.6afd5c
CM next: SYS %22.5010 NM next: TRANS $21.6afd74