2.3.115. SHOW

The SHOW command displays the source code of a specified debugger macro.

Syntax

SHOW macro_name [{,windowid | ,fileid}]

where:

macro_name

Specifies the name of the macro to be displayed.

,windowid | ,fileid

Identifies the window or file where the macro is to be directed. This must be a user-defined ,windowid or ,fileid. See Window and file numbers for details.

If you do not supply a ,windowid or ,fileid parameter, or there is no window or file associated with the ID, the macro is displayed on the screen. If you are using the GUI, then the macro is displayed in the Output pane.

Description

The SHOW command displays the source code of a specified macro. See the macros chapter in the RealView Developer Kit v2.2 Debugger User Guide for more information.

Examples

The following example shows how to use SHOW:

show mac ,50

Display the contents of a macro called mac in window number 50.

See also

The following commands provide similar or related functionality:

Copyright © 2005, 2006 ARM Limited. All rights reserved.ARM DUI 0284C
Non-Confidential