]> git.siccegge.de Git - frida/frida.git/commit
Move Interpreter to its own class
authorChristoph Egger <Christoph.Egger@fau.de>
Tue, 10 Mar 2015 16:22:38 +0000 (17:22 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Tue, 10 Mar 2015 16:22:38 +0000 (17:22 +0100)
commit7cc1f7b923b7859a7469e6a651d4a87bc48c4772
tree4a05e62e584c1f1effc5eae164c7316a63fb4fb3
parent30bd2ac7409f9d7496708b77a404fd69be291387
Move Interpreter to its own class

Moving the actual scripting implementation from the ScriptingDock to its
own class. Includes a guile implementation for the Interpreter class.

Fixes: T4
CMakeLists.txt
src/bindings/Guile.cxx [new file with mode: 0644]
src/bindings/Guile.hxx [new file with mode: 0644]
src/bindings/Interpreter.hxx [new file with mode: 0644]
src/gui/Mainwindow.cxx
src/gui/widgets/ScriptingDock.cxx
src/gui/widgets/ScriptingDock.hxx