]> git.siccegge.de Git - frida/frida.git/commit
Make link to local functions clickable
authorChristoph Egger <christoph@christoph-egger.org>
Thu, 29 Jan 2015 22:08:56 +0000 (23:08 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Thu, 29 Jan 2015 22:08:56 +0000 (23:08 +0100)
commit8ba5b5b647e39ce4b337b6b56a246f293c511954
treeacde136bc9e5f78d8a725ffeac58771ec635de5c
parente483d95e6b01bc5c6b97bb596409db0b35e213f7
Make link to local functions clickable

call instructions now have a clickable target address that gets you to
the corresponding function iff this function is local to the object.

It still does just nothing on functions that are linked in from shared
objects or functionsthat were not created (shouldn't happen right now)

This also adds yet another map to the MainWindow with key/value pairs
that are not quite semantically nice but made implementation easy. We
need to think about how which objects are referenced from ithin the
mainwindow some tim in the future.
src/gui/Mainwindow.cxx
src/gui/Mainwindow.hxx
src/gui/widgets/BasicBlockWidget.cxx
src/gui/widgets/BasicBlockWidget.hxx