System Debug Reference Manual (32650-90888)
Chapter 10 389
System Debug Standard Functions
func cmtonmnode
PROG %0.0
Two methods of displaying the start address of the procedure ob'.
%cmdebug > wl ?ob'
PROG %0.13
%cmdebug > wl cmentry(ob')
PROG %0.13
Two methods of displaying the entry address of the procedure ob'.
%cmdebug > wl cmstart(one)
PROG %0.142
%cmdebug > wl cmentry(one)
PROG %0.155
%cmdebug > wl cmentry(one+10)
PROG %0.155
%cmdebug > wl cmstart(two)
PROG %0.71
%cmdebug > wl cmstart(two+5)
PROG %0.71
%cmdebug > wl cmentry(two)
PROG %0.123
Limitations, Restrictions
The names and addresses of nested CM procedures, such as procedure three, are not
available within the CM FPMAP records. Addresses that fall within nested procedures
(three) are returned as offsets relative to the parent procedure (two).
func cmtonmnode
Returns the address of the closest NM node point corresponding to the speciļ¬ed CM logical
code address.
Syntax
cmtonmnode (
cmlogaddr
[
node
])
Refer to Appendix C for a discussion of CM Object Code Translation (OCT) node points,
and breakpoints in translated CM code.
Formal Declaration
cmtonmnode:trans (
cmlogaddr
:lcptr [
node
:str=PREV])