FORTRAN Language Manager

IDNINT

IFIX

INT

LOC

MOD

NINT

REAL

SNGL

Debugger Extensions

iaddr()

Address

 

 

location\identi￿er

Name identi￿er

visible from the scope location

`va( address )

Virtual address address

 

(typename ) expression

Type conversion

 

 

`long( expression )

Cast the resulting value of expression

to type

 

INTEGER*4

 

 

`short( expression )

Cast the resulting value of expression

to type

 

INTEGER*2

 

 

Array slices

In place of an array subscript, you can give a range

 

of elements:

 

 

 

:

Lower bound to upper

 

 

bound

 

 

expr1 :expr2

Given range

 

:expr

Lower bound to given

 

 

expr

 

 

expr:

Given expr to upper

 

 

bound

 

 

::

Lower bound to upper

 

 

bound, stride of 1

 

::expr

Lower bound to upper

 

 

bound, stride of expr

 

expr1 :expr2 :

Given range, stride of 1

B-16 Language Managers