[PATCH] D37714: llvm-dwarfdump: Replace -debug-dump=sect option with individual options.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 16:10:37 PDT 2017


aprantl added a comment.

In https://reviews.llvm.org/D37714#867252, @probinson wrote:

> I would kind of like one option to dump whichever of .debug_info or .debug_info.dwo (etc) there is, so I don't have to know up front which section to be asking for.  Would also be more user-friendly to people who kind of know DWARF but not at that level of detail.


Since the DWO and non-DWO variants rarely (never) appear in the same file, is there even a point in having a separate options?
What about supporting both options, but --debug-info also implies --debug-info-dwo?

- adrian


Repository:
  rL LLVM

https://reviews.llvm.org/D37714





More information about the llvm-commits mailing list