Skip to content
  • Greg Clayton's avatar
    Made the lldb_private::Opcode struct into a real boy... I mean class. · 0ae96273
    Greg Clayton authored
    Modified the Disassembler::Instruction base class to contain an Opcode 
    instance so that we can know the bytes for an instruction without needing
    to keep the data around.
    
    Modified the DisassemblerLLVM's instruction class to correctly extract the
    opcode bytes if all goes well.
    
    llvm-svn: 128248
    0ae96273
Loading