]> git.siccegge.de Git - frida/frida.git/commit
Make pieces of information serialize themselves
authorChristoph Egger <Christoph.Egger@fau.de>
Tue, 3 Mar 2015 13:26:10 +0000 (14:26 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Tue, 3 Mar 2015 14:34:34 +0000 (15:34 +0100)
commit3493bceb6690f53900d2a4524401990c601b1464
tree2748d8a4a0ced53e12f109be2fa35e9c18f87413
parentdb08681ab30cdc2a322663b836d215cacedea71a
Make pieces of information serialize themselves

Moving responsibility of serialization to the individual pieces of
Information.
CMakeLists.txt
src/core/BasicBlock.cxx [new file with mode: 0644]
src/core/BasicBlock.hxx
src/core/Function.cxx
src/core/Function.hxx
src/core/InformationManager.cxx