[lldb-dev] No breakpoints after update
Carlo Kok via lldb-dev
lldb-dev at lists.llvm.org
Wed Feb 17 02:22:40 PST 2016
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
More information about the lldb-dev
mailing list