12.07.2015 Views

LF95 Linux User's Guide - Lahey Computer Systems

LF95 Linux User's Guide - Lahey Computer Systems

LF95 Linux User's Guide - Lahey Computer Systems

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Controlling Program Executionnext [ count ]Executes the next count lines, including the current line, where a function or subroutine callis considered to be a line. If omitted, count defaults to 1, and only the current line is executed.In other words, if a function or subroutine call is encountered, execution “steps over” thatprocedure.silentnext [ count ]Same as Next but if a signal breaks a program, the program is notified of that signal whenprogram execution is continued.nexti [ count ]Executes the next count machine language instructions, including the current instruction,where a procedure call is considered to be an instruction. If omitted, count defaults to 1, andonly the current instruction is executed.silentnexti [ count ] or nin [ count ]Same as Nexti but if a signal breaks a program, the program is notified of that signal whenprogram execution is continued.untilContinues program execution until reaching the next instruction or statement.until locationContinues program execution until reaching the location location. The same syntax rules asfor breakpoints apply.until *addrContinues program execution until reaching the address addr.until +|-offsetContinues program execution until reaching the line forward (+) or backward (-) offset linesfrom the current line.until returnContinues program execution until returning to the calling line of the procedure that includesthe current breakpoint.goto [ ‘file‘ ] lineExecution is restarted from the specified line line in file file.<strong>Lahey</strong>/Fujitsu <strong>Linux</strong>64 Fortran User’s <strong>Guide</strong> 73

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!