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);
}
i
If you can pause the remote process while debugging, I would start by seeing if
lldb knows about any images being loaded:
(lldb) image list
I'd also try 'target list', 'platform status', and maybe 'log enable lldb dyld'
from the start.
If lldb can't figure out where the binaries are loaded in