[all-commits] [llvm/llvm-project] 46c2e4: Refactor ObjectFilePlaceholder for sharing

jeffreytan81 via All-commits all-commits at lists.llvm.org
Mon Mar 13 11:09:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 46c2e4c4f347038179e21e027128f5f2914fb980
      https://github.com/llvm/llvm-project/commit/46c2e4c4f347038179e21e027128f5f2914fb980
  Author: Jeffrey Tan <jeffreytan at fb.com>
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
    M lldb/source/Plugins/ObjectFile/CMakeLists.txt
    A lldb/source/Plugins/ObjectFile/Placeholder/CMakeLists.txt
    A lldb/source/Plugins/ObjectFile/Placeholder/ObjectFilePlaceholder.cpp
    A lldb/source/Plugins/ObjectFile/Placeholder/ObjectFilePlaceholder.h
    M lldb/source/Plugins/Process/minidump/CMakeLists.txt
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp

  Log Message:
  -----------
  Refactor ObjectFilePlaceholder for sharing

This patch refactors PlaceholderObjectFile into ObjectFile plugin directory
so that we can reuse it for other cases like coredump debugging with NT_FILE
notes.

PlaceholderObjectFile is also renamed to ObjectFilePlaceholder to be consistent
with ObjectFile plugin naming convention.

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




More information about the All-commits mailing list