Files
swift-mirror/include/swift/Remote
Adrian Prantl 957d042e1e [RemoteInspection] Add a hook to process addresses before converting
them to hex strings when creating anonymous context descriptors. This
aims to solve a problem when LLDB reads reflection metadata directly
from local binary files instead of downloading them from in-process
memory.

LLDB's MemoryReader implements this to convert the file address into
an in-process address, so mangled names created from instance metadata
can be matched with the field info data read from the local files.

rdar://152743797
(cherry picked from commit 540df142d7)
2025-06-09 08:16:04 -07:00
..