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
After updating lldb to latest (from ~october) i'm not getting any hits
anymore for any breakpoints.
I'm remote debugging from Windows to OSX, the Platform (MacOS), ABI
(sysV) all seems fine. the language runtime doesn't load yet but from
what I've seen during debugging it never actually gets a