4 to treat size of enumeration type as 1 byte – Renesas Emulator Debugger M16C PC4701 User Manual

Page 52

Advertising
background image


5.1.2.3 Specify whether to display the instruction format specifier

Specify whether to display the instruction format specifier in the disassembled display.
The debugger for 740 doesn't support this function.


Select the above check box when you display the instruction format specifier.
This specification can only be set or changed when you start the debugger.

5.1.2.4 To treat size of enumeration type as 1 byte

You can specify whether your debugger treat all sizes of enumeration types whose size is unknown in
the debugging information as 1 byte. For reducing memory consumption, NC30 and NC308 have an
option to treat the sizes of enumerator types as 1 byte and not as same size of 'int'. Note that NC30
and NC308 don't output the sizes of enumerator types in debugging information and debuggers
consider the size as same size of 'int'.
Therefore you may not correctly refer the values of enumeration types in the target programs which
were compiled with the above option. This function is for resolving the above issue. See the users'
manual of each compiler for details of the above option
The debugger for 740 doesn't support this function.


Check the above check box if you would like to treat all sizes of enumeration types as 1 byte. It is
necessary to load the debugging information again in order to reflect this setting.

38

Advertising