English
Language : 

E702289_SH7290 Datasheet, PDF (187/252 Pages) Renesas Technology Corp – SH7290 E10A Emulator
5.2.11 BREAKPOINT_ENABLE: BE
Description:
Enables or disables software breakpoints that have been set.
Format:
be <address> <address_space> <asidopt> <mode>
<address_space> = space <space>
<asidopt> = asid <asid>
Table 5.12 BREAKPOINT_ENABLE Command Parameters
Parameter
<address>
<space>
<asid>
<mode>
Type
Numerical value
Keyword
Numerical value
Keyword
Description
Breakpoint address
Address area
Set either of the following keywords:
physical: physical address
virtual: virtual address
ASID value of a breakpoint when virtual is set to the <space>
parameter.
Enables or disables breakpoints.
Set either of the following keywords:
enable: Enables breakpoints.
disable: Disables breakpoints.
Examples:
To enable a software breakpoint at physical address H'1002:
>be H'1002 space physical enable (RET)
To enable a software breakpoint at logical address H'1000000, whose ASID value is H'10:
>be H'1000000 space virtual asid H'10 enable (RET)
Notes: 1. The parameters for this command differ according to the product. For the
specifications of each product, refer to the online help.
2. The items displayed with this command differ according to the product. For the
display specifications of each product, refer to the online help.
163