This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Change the way Process stores StructuredData plugins
ClosedPublic

Authored by bulbazord on Jun 1 2023, 6:28 PM.

Details

Summary

Instead of having a map from ConstString to StructuredDataPluginSP, we
can use an llvm::StringMap. The keys themselves don't need to be
ConstStrings, so an llvm::StringMap feels most natural.

Diff Detail

Event Timeline

bulbazord created this revision.Jun 1 2023, 6:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 6:28 PM
bulbazord requested review of this revision.Jun 1 2023, 6:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 6:28 PM
mib accepted this revision.Jun 2 2023, 12:24 AM
This revision is now accepted and ready to land.Jun 2 2023, 12:24 AM