From: Christoph Egger Date: Fri, 20 Feb 2015 16:06:32 +0000 (+0100) Subject: Make InformationManager responsible for cleaning Blocks / Functions X-Git-Tag: v0.1~101 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=d5084161ca261d7fc0bd284621569440b6503eac;hp=d5084161ca261d7fc0bd284621569440b6503eac Make InformationManager responsible for cleaning Blocks / Functions As BasicBlocks and Functions are now considered part of the core, the InformationManager should be responsible for cleaning them up afterwards. Maybe it should generate them as well -- we will see. ---