Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-dwarfdump: automatically dump both regular and .dwo variant of sections | Adrian Prantl | 2017-09-13 | 1 | -10/+2 |
| | | | | | | | | | | | | Since users typically don't really care about the .dwo / non.dwo distinction, this patch makes it so dwarfdump --debug-<info,...> dumps .debug_info and (if available) also .debug_info.dwo. This simplifies the command line interface (I've removed all dwo-specific dump options) and makes the tool friendlier to use. Differential Revision: https://reviews.llvm.org/D37771 llvm-svn: 313207 | ||||
* | llvm-dwarfdump: Make -brief the default and add a -verbose option instead. | Adrian Prantl | 2017-09-11 | 1 | -1/+1 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D37717 llvm-svn: 312972 | ||||
* | Tests for r211273 | Oliver Stannard | 2014-06-19 | 1 | -0/+27 |
llvm-svn: 211279 |