![Texas Instruments TMS320C6 Series Скачать руководство пользователя страница 233](http://html.mh-extra.com/html/texas-instruments/tms320c6-series/tms320c6-series_user-manual_1094537233.webp)
Alphabetical Summary of Debugger Commands
mr, ms, next
11-29
Summary of Commands and Special Keys
Reset Memory Map
mr
Syntax
mr
Menu selection
Memory
→
Reset
Environments
basic debugger
profiling
Description
The MR command resets the debugger’s memory map by deleting all defined
memory ranges from the map.
Save Memory Block to File
ms
Syntax
ms
address, length, filename
Menu selection
Memory
→
Save
Environments
basic debugger
profiling
Description
The MS command saves the values in a block of memory to a system file; files
are saved in COFF format.
-
The
address parameter identifies the first address in the block.
-
The
length parameter defines the length, in words, of the block. This
parameter can be any C expression.
-
The
filename is a system file. If you don’t supply an extension, the
debugger adds an .obj extension.
Single-Step, Next Statement
next
Syntax
next
[
expression]
Menu selection
Next=F10 (in disassembly)
Environments
basic debugger
profiling
Description
The NEXT command is similar to the STEP command. If you’re in C code, the
debugger executes one C statement at a time. In assembly or mixed mode,
the debugger executes one assembly language statement at a time. Unlike
STEP, NEXT never updates the display when executing called functions;
NEXT always steps to the next consecutive statement. Unlike STEP, NEXT
steps over function calls rather than stepping into them—you don’t see the
single-step execution of the function call.
The
expression parameter specifies the number of statements that you want
to single-step. You can also use a conditional
expression for conditional single-
step execution (
Running code conditionally, page 6-14, discusses this in
detail).
Содержание TMS320C6 Series
Страница 10: ...x ...
Страница 20: ...xx ...
Страница 118: ...4 20 ...
Страница 144: ...6 16 ...
Страница 164: ...7 20 ...
Страница 170: ...8 6 ...
Страница 284: ...B 18 ...
Страница 290: ...C 6 ...