Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Changing the default value uncovered some bugs related to the DIDumpOptions not being properly propagated.
Paths
| Differential D37745
[dwarfdump] Rename Brief to Verbose in DIDumpOptions ClosedPublic Authored by JDevlieghere on Sep 12 2017, 7:50 AM.
Details Summary
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 12 2017, 8:53 AM Comment Actions Changing the default value uncovered some bugs related to the DIDumpOptions not being properly propagated. Closed by commit rL313139: [dwarfdump] Rename Brief to Verbose in DIDumpOptions (authored by JDevlieghere). · Explain WhySep 13 2017, 2:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 115005 llvm/trunk/include/llvm/DebugInfo/DIContext.h
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFContext.h
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
llvm/trunk/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFDie.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFFormValue.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFVerifier.cpp
llvm/trunk/test/tools/llvm-dwarfdump/X86/verify_debug_info.s
llvm/trunk/tools/dsymutil/DwarfLinker.cpp
llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
|