When formatting a variable, the max depth would potentially be ignored
if the current value object failed to print itself. Change that to
always respect the max depth, even if failure occurs
rdar://109855463
Differential D152409
[lldb] Never print children if the max depth has been reached augusto2112 on Jun 7 2023, 4:20 PM. Authored by
Details When formatting a variable, the max depth would potentially be ignored rdar://109855463
Diff Detail
Event TimelineComment Actions Would that be testable by implementing a python data formatter for a C struct that unconditionally returns an error? |