ComSquare
Public Attributes | List of all members
ComSquare::Debugger::CPU::Label Struct Reference

Struct representing a label. More...

#include <CPUDebug.hpp>

Collaboration diagram for ComSquare::Debugger::CPU::Label:

Public Attributes

uint24_t address
 The address of this label. More...
 
std::string name
 The name of this label. More...
 
std::optional< unsigned > size
 The size of the definition related to this label. More...
 

Detailed Description

Struct representing a label.

Member Data Documentation

◆ address

uint24_t ComSquare::Debugger::CPU::Label::address

The address of this label.

◆ name

std::string ComSquare::Debugger::CPU::Label::name

The name of this label.

◆ size

std::optional<unsigned> ComSquare::Debugger::CPU::Label::size

The size of the definition related to this label.


The documentation for this struct was generated from the following file: