X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FFunction.cxx;fp=src%2Fcore%2FFunction.cxx;h=1560e2af98ec9aa04860afbf4a7938763ca31e52;hp=e31bce4a88481ea8952eb16dd384bf637cabfa92;hb=293c2d1bb5fee3008630ab3fe6d0ac30d21b1d95;hpb=2df1ac837e68c35b05db27b39f9d16470181298d diff --git a/src/core/Function.cxx b/src/core/Function.cxx index e31bce4..1560e2a 100644 --- a/src/core/Function.cxx +++ b/src/core/Function.cxx @@ -12,7 +12,7 @@ Function::Function(uint64_t start_address, bool dynamic, InformationManager* man void Function::setName(const std::string& new_name) { name = new_name; - RenameFunctionEvent event(new_name, start_address); + RenameFunctionEvent event(new_name, this, start_address); manager->dispatch(&event); }