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

A class that returns all of the information associated with a single row of a memory window, as read from Jimulator. More...

#include <kcmd.h>

Public Attributes

u_int32_t address
 The address of the memory value.
 
std::string hex
 A hexadecimal representation of what is stored in that memory value.
 
std::string disassembly
 What the actual .s file says on this line.
 
bool breakpoint = false
 Whether or not a breakpoint is set for this address.
 

Detailed Description

A class that returns all of the information associated with a single row of a memory window, as read from Jimulator.

Definition at line 50 of file kcmd.h.


The documentation for this class was generated from the following files: