]> git.siccegge.de Git - frida/frida.git/commit
Reoganize Function/BasicBlock creation
authorChristoph Egger <christoph@christoph-egger.org>
Tue, 24 Feb 2015 22:19:13 +0000 (23:19 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Tue, 24 Feb 2015 22:19:13 +0000 (23:19 +0100)
commit0daf9a157f3d41690cf4a0287db1adecc4ad0b71
tree705fcec5407d328ed919f9c883218899e1e8394d
parent1c0f4550bed81773ad34d190508bd49616264a38
Reoganize Function/BasicBlock creation

More control in the hand of the information manager. Mid-Term goal is
to support loading of files so the Disassembler shouldn't have
separate storage of all BasicBlocks and Functions that we would have
to also populate upon loading saves
src/core/BasicBlock.hxx
src/core/Comment.hxx [new file with mode: 0644]
src/core/Function.cxx
src/core/Function.hxx
src/core/InformationManager.cxx
src/core/InformationManager.hxx
src/disassembler/Disassembler.hxx
src/disassembler/llvm/LLVMDisassembler.cxx
src/disassembler/llvm/LLVMDisassembler.hxx
src/gui/Mainwindow.cxx