]> git.siccegge.de Git - frida/frida.git/commit
Properly fail if no appropriate Disassembler can be constructed
authorChristoph Egger <Christoph.Egger@fau.de>
Thu, 26 Mar 2015 16:45:34 +0000 (17:45 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Thu, 26 Mar 2015 16:45:34 +0000 (17:45 +0100)
commit6ef4f50fd9cb11d8f83885b1898f761ff8c025ae
tree82957d19afa2b8564a3886527be261df85b8a563
parent9cf22741bcee8b33aa0e4a77d97b361dec7074d7
Properly fail if no appropriate Disassembler can be constructed

Currently, for mipsel there is no InstructionAnalysis available for some
reason. frida gives now a errormessage and survives instead of just
segfaulting
src/core/Exception.hxx [new file with mode: 0644]
src/disassembler/llvm/LLVMDisassembler.cxx