HP gnu source-level debugger 5992-4701 manual Commonblockname, Block, Fortran special issues

Models: gnu source-level debugger 5992-4701

1 369
Download 369 pages 58.54 Kb
Page 114
Image 114

info common

Lists values of variables in the named common

<common_block_name>

block.

Fortran entry points are supported.

 

You can set a break point specifying an entry point name.

9.4.2.3 Fortran special issues

Fortran allows main to be a non-main procedure; therefore, to set a breakpoint in the main program, use break _MAIN_ or break <program_name>.

Do not use break main unless it is the name of a non-main procedure.

114 Using GDB with Different Languages

Page 114
Image 114
HP gnu source-level debugger 5992-4701 manual Commonblockname, Block, Fortran special issues