std::map<ConstString, FieldImpl> is naturally replaced with
llvm::StringMap<FieldImpl> here.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D152968
[lldb][NFCI] Remove use of ConstString in ProcessStructReader ClosedPublic Authored by bulbazord on Jun 14 2023, 3:17 PM.
Details Summary std::map<ConstString, FieldImpl> is naturally replaced with
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 14 2023, 3:34 PM Closed by commit rG0b90d09898ca: [lldb][NFCI] Remove use of ConstString in ProcessStructReader (authored by bulbazord). · Explain WhyJun 16 2023, 10:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 532233 lldb/include/lldb/Target/ProcessStructReader.h
lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
|