[all-commits] [llvm/llvm-project] 59af0c: [lldb][NFCI] Change the way Process stores Structu...

Alex via All-commits all-commits at lists.llvm.org
Mon Jun 5 13:52:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 59af0c38956346ece6e89276ec7ca99683010b2a
      https://github.com/llvm/llvm-project/commit/59af0c38956346ece6e89276ec7ca99683010b2a
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-06-05 (Mon, 05 Jun 2023)

  Changed paths:
    M lldb/include/lldb/Target/Process.h
    M lldb/source/Target/Process.cpp

  Log Message:
  -----------
  [lldb][NFCI] Change the way Process stores StructuredData plugins

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.

Differential Revision: https://reviews.llvm.org/D151960




More information about the All-commits mailing list