jimingham
jimingham
…olContext (#89324) The couple other places that use the oso module's SymbolFile, they check that it's non-null, so this is just an oversight in ResolveSymbolContext. I didn't add a test...
mach-o object files never have separate debug info, and in a big app there can be quite a large number of object files, so even a few stats per object...
We claim in a couple places that the zeroth element of the module list for a target is the main executable, but we don't actually enforce that in the ModuleList...
There's a bad interaction between the macOS 14 dyld and the "dyld_sim" shim that comes from older (iOS 15) simulator downloads that results in dyld reporting some modules twice in...
when deciding whether an otherwise invalid SBValue with a useful error should be handed out from GetSP. This is a follow-on to e8a2fd5e7be2. In that change, I used GetError to...
as we don't in general know where the extra data should come from. Differential Revision: https://reviews.llvm.org/D153657 (cherry picked from commit f05e2fb013f0e2504471a9899dba7d70cc58a63d)