This patch basically moves the disambiguation code from a place where it was complicated to implement straight to where the load command is parsed, which has the neat side affect of actually supporting all call sites!
rdar://problem/66011909
Paths
| Differential D84480
debugserver: Support ios simulator load command disambiguation in qProcessInfo ClosedPublic Authored by aprantl on Jul 23 2020, 6:01 PM.
Details Summary This patch basically moves the disambiguation code from a place where it was complicated to implement straight to where the load command is parsed, which has the neat side affect of actually supporting all call sites! rdar://problem/66011909
Diff Detail
Event TimelineComment Actions Update comment. I wonder if it is feasible to give the macCatalyst code the same treatment. It's more tricky because supporting zippered objects would force some additional state into the function. This revision is now accepted and ready to land.Jul 23 2020, 8:21 PM Closed by commit rG58d84eb53425: debugserver: Support ios simulator load command disambiguation in qProcessInfo (authored by aprantl). · Explain WhyJul 24 2020, 9:52 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 280505 lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
lldb/tools/debugserver/source/DNB.cpp
lldb/tools/debugserver/source/MacOSX/MachProcess.h
lldb/tools/debugserver/source/MacOSX/MachProcess.mm
|
s/doesn't/isn't/ ?