]> git.siccegge.de Git - frida/frida.git/commit - src/gui/widgets/BasicBlockWidget.cxx
Highlight jumptargets
authorChristoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Tue, 19 May 2015 17:02:13 +0000 (19:02 +0200)
committerChristoph Egger <christoph@anonymous.siccegge.de>
Tue, 19 May 2015 17:07:41 +0000 (19:07 +0200)
commit7e983f239ca96faf5c8ba92cd4de54eba5235f75
tree3ea8c6adbcc85cddedffc0c826ad7fe4babea83a
parent87cd2baa79a6bbfaaad9d0c69bbf1fdb7462c20a
Highlight jumptargets

 + Properly handle jmps at the right place in the gui
 + Try to center on the relevant BasicBlock
 + Change color of the BasicBlock

Centering needs us to increase the actual Scene size as well so we can
also center on widgets at the rim of the scene. Bug should only be
closed once this is implemented

Ref T31
src/gui/widgets/BasicBlockWidget.cxx
src/gui/widgets/BasicBlockWidget.hxx
src/gui/widgets/CFGScene.cxx
src/gui/widgets/CFGScene.hxx