KoMo2  1.0.0
A modern ARM emulator GUI.
Public Attributes | List of all members
BreakpointInfo Class Reference

Contains the information read from Jimulator about a given breakpoint. More...

Public Attributes

unsigned char addressA [ADDRESS_BUS_WIDTH]
 The address of the breakpoint.
 
unsigned char addressB [ADDRESS_BUS_WIDTH] = {0xFF, 0XFF, 0XFF, 0XFF}
 A secondary address for a breakpoint. More...
 
unsigned char dataA [8] = {0}
 Data associated with the breakpoint. More...
 
unsigned char dataB [8] = {0}
 Data associated with the secondary breakpoint. More...
 
unsigned int misc = 0xFFFFFFFF
 Miscellaneous information associated with the breakpoint. More...
 

Detailed Description

Contains the information read from Jimulator about a given breakpoint.

Definition at line 89 of file kcmd.cpp.

Member Data Documentation

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: