[lldb][NFCI] Remove use of ConstString from StructuredDataPlugin
authorAlex Langford <alangford@apple.com>
Wed, 21 Jun 2023 23:12:16 +0000 (16:12 -0700)
committerAlex Langford <alangford@apple.com>
Fri, 23 Jun 2023 17:29:52 +0000 (10:29 -0700)
commit1a397ecffdea64f5a521b4aac1fa4b98723dec22
treee6d59b54f5205ad485ea60df9e193a2ba2b2bff4
parentcd91f3a69bad144a83b2e3b7caeb9f8d161a3a45
[lldb][NFCI] Remove use of ConstString from StructuredDataPlugin

The use of ConstString in StructuredDataPlugin is unneccessary as fast
comparisons are not neeeded for StructuredDataPlugins.

Differential Revision: https://reviews.llvm.org/D153482
lldb/include/lldb/Target/Process.h
lldb/include/lldb/Target/StructuredDataPlugin.h
lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h
lldb/source/Target/Process.cpp
lldb/source/Target/StructuredDataPlugin.cpp