![Texas Instruments TMS320C6 Series Скачать руководство пользователя страница 146](http://html.mh-extra.com/html/texas-instruments/tms320c6-series/tms320c6-series_user-manual_1094537146.webp)
Where Data Is Displayed
7-2
7.1
Where Data Is Displayed
Four windows are dedicated to displaying the various types of data.
Type of data
Window name and purpose
Memory locations
MEMORY window
Displays the contents of a range of data
memory, program memory, or I/O space
Register values
CPU window
Displays the contents of ’C6x registers
Pointer data or selected variables of
an aggregate type
DISP window
Displays the contents of aggregate types
and shows the values of individual mem-
bers
Selected variables (scalar types or in-
dividual members of aggregate types)
and specific memory locations or reg-
isters
WATCH window
Displays selected data
This group of windows is referred to as
data-display windows.
7.2
Basic Commands for Managing Data
The debugger provides special-purpose commands for displaying and modify-
ing data in dedicated windows. The debugger also supports several general-
purpose commands that you can use to display or modify any type of data.
whatis If you want to know the type of a variable, use the WHATIS command. The
syntax for this command is:
whatis
symbol
This lists
symbol’s data type in the display area of the COMMAND window. The
symbol can be any variable (local, global, or static), a function name, structure
tag, typedef name, or enumeration constant.
Command
Result displayed in the COMMAND window
whatis aai
int aai[10][5];
whatis xxx
struct xxx
{
int a;
int b;
int c;
int f1 : 2;
int f2 : 4;
struct xxx *f3;
int f4[10];
}
Where Data Is Displayed / Basic Commands for Managing Data
Содержание TMS320C6 Series
Страница 10: ...x ...
Страница 20: ...xx ...
Страница 118: ...4 20 ...
Страница 144: ...6 16 ...
Страница 164: ...7 20 ...
Страница 170: ...8 6 ...
Страница 284: ...B 18 ...
Страница 290: ...C 6 ...