[lldb][NFCI] Remove use of ConstString in ProcessStructReader
authorAlex Langford <alangford@apple.com>
Wed, 14 Jun 2023 22:15:40 +0000 (15:15 -0700)
committerAlex Langford <alangford@apple.com>
Fri, 16 Jun 2023 17:53:24 +0000 (10:53 -0700)
commit0b90d09898cadc89105c3caf0d01f09e66c49993
tree26ad1c3748645e6e3e9718b1d542aa9c2e68a514
parent485e2de6d5a7d8fc2167e69c4486b1ebc673fc68
[lldb][NFCI] Remove use of ConstString in ProcessStructReader

std::map<ConstString, FieldImpl> is naturally replaced with
`llvm::StringMap<FieldImpl>` here.

Differential Revision: https://reviews.llvm.org/D152968
lldb/include/lldb/Target/ProcessStructReader.h
lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp