Contains the information read from Jimulator about a given breakpoint.
More...
Contains the information read from Jimulator about a given breakpoint.
Definition at line 89 of file kcmd.cpp.
| unsigned char BreakpointInfo::addressB = {0xFF, 0XFF, 0XFF, 0XFF} |
A secondary address for a breakpoint.
- Warning
- This is a legacy feature that is not used in KoMo2, but must persist as they are stored within Jimulator.
Definition at line 101 of file kcmd.cpp.
| unsigned char BreakpointInfo::dataA = {0} |
Data associated with the breakpoint.
- Warning
- This is a legacy feature that is not used in KoMo2, but must persist as they are stored within Jimulator.
Definition at line 108 of file kcmd.cpp.
| unsigned char BreakpointInfo::dataB = {0} |
Data associated with the secondary breakpoint.
- Warning
- This is a legacy feature that is not used in KoMo2, but must persist as they are stored within Jimulator.
Definition at line 115 of file kcmd.cpp.
| unsigned int BreakpointInfo::misc = 0xFFFFFFFF |
Miscellaneous information associated with the breakpoint.
- Warning
- This is a legacy feature that is not used in KoMo2, but must persist as they are read and written to Jimulator.
Definition at line 122 of file kcmd.cpp.
The documentation for this class was generated from the following files: