]> git.siccegge.de Git - frida/frida.git/commit
Name functions in BasicBlock view
authorChristoph Egger <Christoph.Egger@cs.fau.de>
Mon, 23 Feb 2015 15:36:31 +0000 (16:36 +0100)
committerChristoph Egger <Christoph.Egger@cs.fau.de>
Mon, 23 Feb 2015 15:37:14 +0000 (16:37 +0100)
commit440c4598343d9e46d8963f7753c122b121826334
treed8fa3238dc711813d333ef88779bbf6025bb6048
parent3894c7f40260a8f5f4b47e82860ae40ec592efc1
Name functions in BasicBlock view

Now call instructions have a symbolic name in the CFG view which is
updated upon function renaming
CMakeLists.txt
src/core/Function.cxx [new file with mode: 0644]
src/core/Function.hxx
src/core/InformationManager.cxx
src/core/InformationManager.hxx
src/core/events/RenameFunctionEvent.hxx [new file with mode: 0644]
src/gui/widgets/BasicBlockWidget.cxx
src/gui/widgets/BasicBlockWidget.hxx
src/gui/widgets/FunctionWidget.cxx [new file with mode: 0644]
src/gui/widgets/FunctionWidget.hxx [new file with mode: 0644]