[PATCH] D64332: [docs][llvm-dwarfdump] Make some option descriptions clearer and more precise

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 08:42:53 PDT 2019


probinson added inline comments.


================
Comment at: docs/CommandGuide/llvm-dwarfdump.rst:71
 
-            Ignore case distinctions when searching.
+            Ignore case distinctions when using :option:`--name`.
 
----------------
This also applies to regex, according to the help text for regex?


================
Comment at: docs/CommandGuide/llvm-dwarfdump.rst:105
 
-            Only recurse to a maximum depth of <N> when dumping debug info
-            entries.
+            When displaying debug info entries, only show them to a maximum
+            depth of <N>.
----------------
Maybe "only show children to..." ?

Just for my curiosity, does this also limit the depth displayed when you dump an entire .debug_info/types section?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64332/new/

https://reviews.llvm.org/D64332





More information about the llvm-commits mailing list