59 std::stringstream response;
67 return response.str();
std::string generateDisassembly(Addr pc, const SymbolTable *symtab) const
Internal function to generate disassembly string.
const char * mnemonic
Base mnemonic (e.g., "add").
void printMnemonic(std::ostream &os, const char *mnemonic) const
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
void printDestReg(std::ostream &os, int reg, int size) const
void printSrcReg(std::ostream &os, int reg, int size) const