Renesas E6000 Manual De Usuario

Descargar
Página de 5
3 / 4
1.17 [Select Function] Dialog Box
The E6000 HDI does not support software breakpoint setting in the [Select Function] dialog box
(described in section 10, Selecting Functions, in the Hitachi Debugging Interface User's Manual).
1.18 Note on Radix in [Register] Dialog Box
The default input radix in the [Register] dialog box is hexadecimal regardless of the Radix setting. If you
want to input the radix other than hexadecimal, specify the prefix code such as B'.
1.19 Note on Moving Source File Position after Creating Load Module
When the source file is moved after the load module has been created, the [Open] dialog box, which
specifies the source file, may be displayed during debugging the created load module. Select the
corresponding source file and click the [Open] button.
1.20 Source-Level Execution
•  Source file
Do not display source files that do not correspond to the load module in the program window. For a file
having the same name as the source file that corresponds to the load module, only its addresses are
displayed in the program window. The file cannot be operated in the program window.
•  Step
Even standard C libraries are executed. To return to a higher-level function, enter Step Out. In a for
statement or a while statement, executing a single step does not move execution to the next line. To move
to the next line, execute two steps.
1.21 Watch
•  Local variables at optimization
Depending on the generated object code, local variables in a C source file that is compiled with the
optimization option enabled will not be displayed correctly. Check the generated object code by displaying
the [Disassembly] window.
•  Variable name specification
When a name other than a variable name, such as a symbol name or a function name, is specified, no data
is displayed.
Example: The function name is main.
main =
•  Array display
When array elements exceed 1000, elements from after 1000 will not be displayed.
1.22 Line Assembly
•  Input radix
Regardless of the Radix setting, the default for line assembly input is decimal. Specify H’ or 0x as the
radix for a hexadecimal input.
•  Address space size
In absolute addressing mode, specify the size (:16, etc.)
1.23 Command Line Interface
•  Batch file
To display the message “Not currently available” while executing a batch file, enter the sleep command.
Adjust the sleep time length which differs according to the operating environment.
Example: To display “Not currently available” during memory_fill execution:
sleep d’3000
memory_fill 0 ffff 0
•  Overwrite file
In Command Line Interface, a file having the same name as the output file is overwritten without asking
the user.