struct Row

Defined at line 52 of file ../../src/developer/debug/zxdb/client/disassembler.h

One disassembled instruction.

Public Members

uint64_t address
vector bytes
basic_string op
basic_string params
basic_string comment
InstructionType type
optional call_dest

Public Methods

void Row ()

Defined at line 74 of file ../../src/developer/debug/zxdb/client/disassembler.cc

void Row (uint64_t address, const uint8_t * bytes, size_t bytes_len, std::string op, std::string params, std::string comment, InstructionType type, std::optional<uint64_t> call_dest)

Defined at line 76 of file ../../src/developer/debug/zxdb/client/disassembler.cc

void ~Row ()

Defined at line 87 of file ../../src/developer/debug/zxdb/client/disassembler.cc

bool operator== (const Row & other)

For unit testing.

Defined at line 89 of file ../../src/developer/debug/zxdb/client/disassembler.cc