Files
swift-mirror/test/stdlib
Dave Lee b6b477de58 [Debug] Add pointer based stringForPrintObject (#84742)
Adds an overload of `_DebuggerSupport.stringForPrintObject` which takes a pointer and mangled typename as arguments. This will be used to improve performance and resilience of `po` in lldb.

The pointer and mangled typename are used to construct an `Any` value, which is then passed into the primary implementation of `stringForPrintObject`.

This allows calling `stringForPrintObject` without having to first construct a context that contains all necessary Swift modules. This will improve speed, and also resilience when modules cannot be loaded for whatever reason.

rdar://158968103
2025-11-18 09:32:28 -08:00
..
2023-05-03 09:41:09 -07:00
2024-08-08 09:45:06 -07:00
2022-04-22 19:18:38 -07:00
2022-04-22 19:18:38 -07:00
2025-04-11 16:11:11 -06:00
2025-04-11 16:11:11 -06:00