Commits

Enrico Granata committed f98ff6aac69M
Merge pull request #3461 from egranata/print-for-debugger Implement stringForPrintObject(_:Any) in the Swift standard library; this is meant to be a replacement for DumpForDebugger.swift in the LLDB code base. Having this code in the standard library is meant to solve a number of reliability and performance issues that are related to parsing this code as a debugger expression in every inferior process.