]> granicus.if.org Git - llvm/commit
[dwarfdump] Rename Brief to Verbose in DIDumpOptions
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 13 Sep 2017 09:43:05 +0000 (09:43 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 13 Sep 2017 09:43:05 +0000 (09:43 +0000)
commitd26630705d5a41ad597b354e83118d29033798d7
tree46471438bece42694ebb8361d57078182f2deeb3
parent15d724a9299dfa32ced8655ef986d801c39081fd
[dwarfdump] Rename Brief to Verbose in DIDumpOptions

This patches renames "brief" to "verbose" in de DIDumpOptions and
inverts the logic to match the new behavior where brief is the default.
Changing the default value uncovered some bugs related to the
DIDumpOptions not being propagated and have been fixed as well.

Differential revision: https://reviews.llvm.org/D37745

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313139 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/DebugInfo/DIContext.h
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
include/llvm/DebugInfo/DWARF/DWARFVerifier.h
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDie.cpp
lib/DebugInfo/DWARF/DWARFFormValue.cpp
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
lib/DebugInfo/DWARF/DWARFVerifier.cpp
test/tools/llvm-dwarfdump/X86/verify_debug_info.s
tools/dsymutil/DwarfLinker.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp