ComSquare
Classes | Enumerations
ComSquare::Debugger::CPU Namespace Reference

Classes

struct  Breakpoint
 Struct representing a breakpoint set by the user or by the app. More...
 
class  CPUDebug
 A window that show registers and the disassembly of a CPU. More...
 
struct  DisassembledInstruction
 Struct representing an instruction in an human readable way (created by disassembling the rom). More...
 
struct  DisassemblyContext
 Struct used to emulate the state of the processor during the disassembly since instructions take a different amount of space depending on some flags. More...
 
class  DisassemblyModel
 The qt model that show the disassembly. More...
 
struct  ExecutedInstruction
 An instruction that has already been executed. Used for the history viewer. More...
 
class  HistoryModel
 The qt model that show the history. More...
 
struct  Label
 Struct representing a label. More...
 
class  RowPainter
 The qt class that highlight breakpoints and the PC's position. More...
 
class  StackModel
 The qt model that show the stack. More...
 
class  WlaDx
 Class to parse WLA-DX symbol files. More...
 

Enumerations

enum  TrustLevel { Safe, Unsafe, Compromised }
 

Enumeration Type Documentation

◆ TrustLevel

Enumerator
Safe 
Unsafe 
Compromised