X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=src%2Fdisassembler.old%2FInstructionReader.hxx;fp=src%2Fdisassembler.old%2FInstructionReader.hxx;h=0000000000000000000000000000000000000000;hb=59181afa72eb08a7716d5bebd83b0be6a972e5f1;hp=092e73cb8f0991d7fec317f2ca75efa30986858e;hpb=d84d4109b1f5bd5f87732b7e49860639d963a553;p=frida%2Ffrida.git diff --git a/src/disassembler.old/InstructionReader.hxx b/src/disassembler.old/InstructionReader.hxx deleted file mode 100644 index 092e73c..0000000 --- a/src/disassembler.old/InstructionReader.hxx +++ /dev/null @@ -1,18 +0,0 @@ -#include "include_llvm.hxx" -#include "Instruction.hxx" -#include "Target.hxx" - -#include - -#include - - -class InstructionReader { -public: - InstructionReader(const Target& target); - void readInstruction(std::string& data, size_t& offset, Instruction& inst); -private: - log4cxx::LoggerPtr _logger; - const Target& _target; - llvm::OwningPtr DisAsm; -};