[all-commits] [llvm/llvm-project] 7f25c3: Slight refinement to a change yesterday in metadat...

Jason Molenda via All-commits all-commits at lists.llvm.org
Thu Mar 9 14:56:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f25c3e25f0afa91ae47c7247cca7fabaa2a7dd5
      https://github.com/llvm/llvm-project/commit/7f25c3e25f0afa91ae47c7247cca7fabaa2a7dd5
  Author: Jason Molenda <jason at molenda.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp

  Log Message:
  -----------
  Slight refinement to a change yesterday in metadata-added binaries

When ObjectFileMachO::LoadCoreFileImages load a binary into the
target with a valid load address, we don't need to re-load its
segments into the Target's SectionLoadList again.  But we should
still call ModulesDidLoad on these modules so breakpoints can be
inserted etc.




More information about the All-commits mailing list