![Texas Instruments TMS320C6 Series Скачать руководство пользователя страница 166](http://html.mh-extra.com/html/texas-instruments/tms320c6-series/tms320c6-series_user-manual_1094537166.webp)
Setting a Software Breakpoint
8-2
8.1
Setting a Software Breakpoint
When you set a software breakpoint, the debugger highlights the breakpointed
line in two ways:
-
It prefixes the statement with the characters BP>.
-
It shows the line in a bolder or brighter font. (You can use screen-customi-
zation commands to change this highlighting method.)
If you set a breakpoint in the disassembly, the debugger also highlights the
associated C statement. If you set a breakpoint in the C source, the debugger
also highlights the associated statement in the disassembly. (If more than one
assembly language statement is associated with a C statement, the debugger
highlights the first of the associated assembly language statements.)
DISASSEMBLY
00006930 073d94f4
BP> main:
STW.D2
00006934 003ce2f4
STW.D2
00006938 053d02f4
STW.D2
FILE: sample.c
0063
0064 BP> main()
0065
{
0066
int i = 0;
A breakpoint is set at
this C statement;
notice how the line is
highlighted.
A breakpoint is also
set at the associated
assembly language
statement (it’s
highlighted, too).
Notes:
1) After execution is halted by a breakpoint, you can continue program
execution by reissuing any of the run or single-step commands.
2) Up to 200 breakpoints can be set.
Содержание TMS320C6 Series
Страница 10: ...x ...
Страница 20: ...xx ...
Страница 118: ...4 20 ...
Страница 144: ...6 16 ...
Страница 164: ...7 20 ...
Страница 170: ...8 6 ...
Страница 284: ...B 18 ...
Страница 290: ...C 6 ...