Op 2016-02-17 om 00:32 schreef Jason Molenda:
log enable lldb dyld
Thanks!
so apparently I had a call like:
Error error = lTarget->GetPlatform()->ResolveExecutable(spe, mod, NULL);
if (error.Success()) {
mod->GetObjectFile();
lTarget->SetExecutableModule(mod, false);
}
in my code after attaching to remote, which was required when I wrote
this (Years ago), now it somehow breaks things from working all
together, removed and things magically started working again.
--
Carlo Kok
RemObjects Software
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev