X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.cxx;fp=src%2Fcore%2FInformationManager.cxx;h=b947a58933006373ff37968702a3e5e18d043769;hp=c548a553507dbae95d56e52515f1c494fe6067be;hb=4979a0a839390713671f3f9756dc6820501d4ad4;hpb=82b40a653fb3a1d349e32679340f276d5c61d269 diff --git a/src/core/InformationManager.cxx b/src/core/InformationManager.cxx index c548a55..b947a58 100644 --- a/src/core/InformationManager.cxx +++ b/src/core/InformationManager.cxx @@ -41,6 +41,7 @@ InformationManager::~InformationManager() { void InformationManager::reset(const std::string& filename) { this->filename = filename; disassembler.reset(createLLVMDisassembler(filename, this)); + emit resetEvent(); if (disassembler.get() != NULL) disassembler.get()->start(); }