]> git.siccegge.de Git - frida/frida.git/commit
Create ObjectFile only once and store it with full type
authorChristoph Egger <Christoph.Egger@fau.de>
Wed, 21 Jan 2015 12:17:12 +0000 (13:17 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Wed, 21 Jan 2015 12:26:42 +0000 (13:26 +0100)
commit879c174dd56331b6c7b3254edd115e46a0b5e78c
tree71b038fe36cc8beb9a773f2ca4a6aa7d77410bc0
parent71337c035ff7d6c0cecc926065e93dacd33097bf
Create ObjectFile only once and store it with full type

ObjectFiles was created twice, once to check the type it has and then
again to store and use it in the disassembler. We now create it only
once and store it with full type information for additional use
src/disassembler/llvm/LLVMDisassembler.cxx
src/disassembler/llvm/LLVMDisassembler.hxx