]> git.siccegge.de Git - frida/frida.git/commit
Add CFGScene QGraphicsScene taking care of BasicBlock stuff
authorChristoph Egger <christoph@anonymous.siccegge.de>
Fri, 28 Nov 2014 21:52:02 +0000 (22:52 +0100)
committerChristoph Egger <christoph@anonymous.siccegge.de>
Fri, 28 Nov 2014 21:52:02 +0000 (22:52 +0100)
commit6cc8f405b8d89a53f655625fe05506009130fd81
tree4ab60aa7987b6e0b490062cb13d0d91bc88ac428
parent2c83a39c132aa0ea0ed0b771d160ada7691261f3
Add CFGScene QGraphicsScene taking care of BasicBlock stuff

Rearranges BasicBlocks to look nicely and draws the arrows. There is
lots of stuff left here like backwards edges that are just ignored for
now.
CMakeLists.txt
src/gui/Mainwindow.cxx
src/gui/widgets/BasicBlockWidget.hxx
src/gui/widgets/CFGScene.cxx [new file with mode: 0644]
src/gui/widgets/CFGScene.hxx [new file with mode: 0644]