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

Create successful ePaper yourself

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

Working with Browsers and FavoritesGo untilSets a temporary breakpoint at the specified function. The program thenexecutes from the current position of the PC. When execution reaches thebreakpoint it stops.The temporary breakpoint exists only for the duration of this run and sois not shown in the Break/Tracepoints pane. Similarly, there is no redbreakpoint marker shown in the source file. If the program stops before itreaches the temporary breakpoint, you must reinstate it before restartingthe run.This is equivalent to the CLI command:go functionFor example, go @dhrystone\\DHRY_1\Proc_2.Show Type InfoPrints the type information for the selected function in the Cmd tab of theOutput pane. This is equivalent to the CLI command:printtype functionFor example, printtype @dhrystone\\DHRY_1\Proc_2.Show Full InfoSubmits a CEXPRESSION command to calculate the value of a givenexpression by calling the specified target function.The function is converted into a debugger call macro, and strings andarrays passed to the target function are copied onto a stack maintained by<strong>RealView</strong> <strong>Debugger</strong>. A function called in this way behaves as though ithad been called from your program.NoteTarget calls are not supported by all debug environments.Results are displayed in either floating-point format, address format, orin decimal, hexadecimal, or ASCII format depending on the type ofvariables used in the expression.Set PC to FunctionSubmits a SETREG command to set the PC register to the start address ofthe selected function. For example:setr @PC=@dhrystone\\DHRY_1\Proc_1The Code window scrolls to the specified function and the red box showsthe location of the PC.<strong>ARM</strong> DUI 0153G Copyright © 2002-2005 <strong>ARM</strong> Limited. All rights reserved. 8-13

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

Saved successfully!

Ooh no, something went wrong!