![Texas Instruments TMS320C6 Series Скачать руководство пользователя страница 246](http://html.mh-extra.com/html/texas-instruments/tms320c6-series/tms320c6-series_user-manual_1094537246.webp)
vr, wa
Alphabetical Summary of Debugger Commands
11-42
Reset PROFILE Window Display
vr
Syntax
vr
Menu selection
View
→
Reset
Environments
basic debugger
profiling
Description
The VR command resets the display in the PROFILE window so that all
marked areas are listed and statistics are displayed with default labels and in
the default sort order.
Add Item to WATCH Window
wa
Syntax
wa
expression [,[ label] [, [display format] [, window name] ] ]
Menu selection
Watch
→
Add
Environments
basic debugger
profiling
Description
The WA command displays the value of
expression in a WATCH window. If a
WATCH window isn’t open, executing WA opens a WATCH window. The
expression parameter can be any C expression, including an expression that
has side effects.
WA is most useful for watching an expression whose value changes over time;
constant expressions serve no useful function in the watch window. The
label
parameter is optional. When used, it provides a label for the watched entry. If
you don’t use a
label, the debugger displays the expression in the label field.
When you use the optional
display format parameter, data is displayed in one
of the following formats:
Parameter
Result
Parameter
Result
*
Default for the data type
o
Octal
c
ASCII character (bytes)
p
Valid address
d
Decimal
s
ASCII string
e
Exponential floating point
u
Unsigned decimal
f
Decimal floating point
x
Hexadecimal
If you want to use a
display format parameter without a label parameter, just
insert an extra comma. For example:
wa PC,,d
Содержание TMS320C6 Series
Страница 10: ...x ...
Страница 20: ...xx ...
Страница 118: ...4 20 ...
Страница 144: ...6 16 ...
Страница 164: ...7 20 ...
Страница 170: ...8 6 ...
Страница 284: ...B 18 ...
Страница 290: ...C 6 ...