From: Christoph Egger Date: Fri, 20 Feb 2015 16:34:23 +0000 (+0100) Subject: Pass the InformationManager inside the BasicBlock and Function classes X-Git-Tag: v0.1~98 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=9fe5caf6408d1b7d5eb86dacdb211bd22335398a;hp=9fe5caf6408d1b7d5eb86dacdb211bd22335398a;ds=sidebyside Pass the InformationManager inside the BasicBlock and Function classes All models should know the InformationManager so we can forward changes to any kind of information to the manager, who then is responsible to update all stakeholders of this information ---