]> git.siccegge.de Git - frida/frida.git/commit
Restructure InformationManager
authorChristoph Egger <Christoph.Egger@fau.de>
Mon, 16 Mar 2015 15:40:18 +0000 (16:40 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Mon, 16 Mar 2015 15:50:54 +0000 (16:50 +0100)
commit546b89382dd61b664c216ad7668ec783f0ad094c
treefaccdfdfa62323520d74d59a69d3b39253b2f6dd
parent099f1e8222109bf7397eff6da0c511a07906c9cd
Restructure InformationManager

  - Signals now all use Event objects to communicate information and all
    share a common sane interface
  - Organize signals consistently and grup by signal name
  - Dynamic and local functions are now handled almost the same
  - Changes all over the place to fix users for these changes
  - proper iterator access for the maps so one can actually iterate over
    all functions (for example a script)
  - ignore these iterators where they would be most usefuill (scripting)
    untill I figure out how to make SWIG compile them properly
CMakeLists.txt
src/bindings/guile/frida.i
src/core/Comment.hxx
src/core/Function.cxx
src/core/Function.hxx
src/core/InformationManager.cxx
src/core/InformationManager.hxx
src/disassembler/llvm/LLVMDisassembler.cxx
src/gui/Mainwindow.cxx
src/gui/widgets/BasicBlockWidget.cxx