Began re-implementing the assembly storage tree.
commitf9dbd43cad6838d5280801a6802638b4719006ae
authorstrange <kawk256@gmail.com>
Wed, 30 Dec 2009 19:41:43 +0000 (30 11:41 -0800)
committerstrange <kawk256@gmail.com>
Wed, 30 Dec 2009 19:41:43 +0000 (30 11:41 -0800)
tree2b78a47e146046ddcfd5bc0be73273d688b0bb5e
parentdd110767bf25037e71be4d3970e1eb0e21cbb603
Began re-implementing the assembly storage tree.

Also added a few very useful members into ELF::Section and ELF::Symbol.
15 files changed:
src/monitor/ProgramManager.cpp
src/monitor/ProgramManager.h
src/monitor/asm/Disassembler.cpp
src/monitor/asm/Disassembler.h
src/monitor/asm/Instruction.cpp
src/monitor/asm/Instruction.h
src/monitor/asm/InstructionList.cpp [moved from src/monitor/asm/Operand.cpp with 80% similarity]
src/monitor/asm/InstructionList.h [new file with mode: 0644]
src/monitor/asm/Opcode.cpp
src/monitor/asm/Opcode.h
src/monitor/asm/Operand.h [deleted file]
src/monitor/elf/Section.h
src/monitor/elf/Symbol.h
src/monitor/elf/SymbolParser.cpp
src/monitor/ptrace/Portal.h