[all-commits] [llvm/llvm-project] 3a1682: [lldb] Switch Section-dumping code to raw_ostream

Pavel Labath via All-commits all-commits at lists.llvm.org
Thu May 14 03:03:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a16829748a1ed208a37c719d3a3bcca50dcbd0f
      https://github.com/llvm/llvm-project/commit/3a16829748a1ed208a37c719d3a3bcca50dcbd0f
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
    M lldb/include/lldb/Core/Section.h
    M lldb/source/API/SBSection.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Core/Address.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp
    M lldb/source/Target/SectionLoadList.cpp
    A lldb/test/Shell/Commands/command-target-modules-dump-sections.yaml

  Log Message:
  -----------
  [lldb] Switch Section-dumping code to raw_ostream

Also, add a basic test for dumping sections.




More information about the All-commits mailing list