[lldb] Switch Section-dumping code to raw_ostream
authorPavel Labath <pavel@labath.sk>
Wed, 13 May 2020 09:13:19 +0000 (11:13 +0200)
committerPavel Labath <pavel@labath.sk>
Thu, 14 May 2020 09:59:18 +0000 (11:59 +0200)
commit3a16829748a1ed208a37c719d3a3bcca50dcbd0f
tree44398834c011be48d6de4b3e4f1e768f46a84e81
parentf665e80c023ec52557f55d7eeaf34471e4c6fa0d
[lldb] Switch Section-dumping code to raw_ostream

Also, add a basic test for dumping sections.
12 files changed:
lldb/include/lldb/Core/Section.h
lldb/source/API/SBSection.cpp
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Core/Address.cpp
lldb/source/Core/Section.cpp
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp
lldb/source/Target/SectionLoadList.cpp
lldb/test/Shell/Commands/command-target-modules-dump-sections.yaml [new file with mode: 0644]