Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [dwarfdump] Add flag to limit the number of parents DIEs | Jonas Devlieghere | 2019-05-24 | 1 | -0/+5 |
| | | | | | | | | | This adds `-parent-recurse-depth` which limits the number of parent DIEs being dumped. Differential revision: https://reviews.llvm.org/D62359 llvm-svn: 361671 | ||||
* | [dwarfdump] Make -c and -p work together | Jonas Devlieghere | 2018-05-26 | 1 | -0/+309 |
When requesting to dump both the parent chain and children, we used to print the DIE more than once because we propagated the dump options to the parent without clearing the respective flags. This commit fixes this oversight and adds a test. rdar://39415292 Differential revision: https://reviews.llvm.org/D47263 llvm-svn: 333350 |