]> git.siccegge.de Git - frida/frida.git/commit - src/gui/widgets/BasicBlockWidget.cxx
Make requestNewFunction pass a signal
authorChristoph Egger <christoph@christoph-egger.org>
Tue, 2 Jun 2015 19:31:28 +0000 (21:31 +0200)
committerChristoph Egger <christoph@christoph-egger.org>
Tue, 2 Jun 2015 19:31:28 +0000 (21:31 +0200)
commit4979a0a839390713671f3f9756dc6820501d4ad4
treed6011e2b3b6d874faa020611241ffda0a220bc90
parent82b40a653fb3a1d349e32679340f276d5c61d269
Make requestNewFunction pass a signal

With the Disassembler being assigned to a different thread soon, this
should allow the gui to stay alive while the disassembler is busy
working.
src/core/InformationManager.cxx
src/core/InformationManager.hxx
src/disassembler/Disassembler.hxx
src/gui/Mainwindow.cxx
src/gui/Mainwindow.hxx
src/gui/widgets/BasicBlockWidget.cxx