13.07.2015 Views

RealView Debugger User Guide - ARM Information Center

RealView Debugger User Guide - ARM Information Center

RealView Debugger User Guide - ARM Information Center

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Controlling ExecutionNoteThis option is not supported for Multi-ICE connections. You must use theMulti-ICE Server to perform a processor reset. See the Multi-ICE <strong>User</strong><strong>Guide</strong> for more details.Step IntoSteps execution, by lines of source code or assembler instructions, intofunctions. This behavior depends on the current code view, that iswhether you have selected the Src tab or the Dsm tab. This issues the STEPcommand (see <strong>RealView</strong> <strong>Debugger</strong> v1.8 Command Line Reference <strong>Guide</strong>for details).Step Over (next)Steps execution, by lines of source code or assembler instructions, overfunctions. This behavior depends on the current code view, that iswhether you have selected the Src tab or the Dsm tab. This issues theSTEPOVER command (see <strong>RealView</strong> <strong>Debugger</strong> v1.8 Command LineReference <strong>Guide</strong> for details).Run until ReturnSelect this option to run from the current PC until control returns from thecurrent function. This issues the GO @1 command (see <strong>RealView</strong> <strong>Debugger</strong>v1.8 Command Line Reference <strong>Guide</strong> for details of the GO command).Selecting this option stops execution at the assembler instructionimmediately after the return, and not the next statement. If you select theSrc tab, this has the effect that the red box indicating the position of thePC might be still located at the function call.Run to CursorWith an image loaded, you can scroll down the source or disassemblylisting and position the cursor on a specific line. Select Run to Cursor toexecute the program up to the temporary breakpoint at the cursor,assuming that no halting condition occurs first. This issues either a GOsource_line or GO address command depending on the current code view(see <strong>RealView</strong> <strong>Debugger</strong> v1.8 Command Line Reference <strong>Guide</strong> for detailsof the GO command).If you select the Src tab, the line marked by the cursor is enclosed in a redbox indicating the position of the PC.Click Run, or use a Step control, to resume execution.3-12 Copyright © 2002-2005 <strong>ARM</strong> Limited. All rights reserved. <strong>ARM</strong> DUI 0153G

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

Saved successfully!

Ooh no, something went wrong!