Index: llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst =================================================================== --- llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst +++ llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst @@ -68,15 +68,12 @@ .. option:: -i, --ignore-case - Ignore case distinctions when searching. + Ignore case distinctions when using :option:`--name`. -.. option:: -n , --name= +.. option:: -n , --name= Find and print all debug info entries whose name - (`DW_AT_name` attribute) matches the exact text in - . Use the :option:`--regex` option to have - become a regular expression for more flexible - pattern matching. + (`DW_AT_name` attribute) is . .. option:: --lookup=
@@ -96,8 +93,8 @@ .. option:: --parent-recurse-depth= - Only recurse to a maximum depth of when displaying parents of - debug info entries. + When displaying debug info entry parents, only show them to a + maximum depth of . .. option:: --quiet @@ -105,8 +102,8 @@ .. option:: -r , --recurse-depth= - Only recurse to a maximum depth of when dumping debug info - entries. + When displaying debug info entries, only show children to a maximum + depth of . .. option:: --statistics @@ -119,8 +116,9 @@ .. option:: -x, --regex - Treat any strings as regular expressions when searching - instead of just as an exact string match. + Treat any strings as regular expressions when searching + with :option:`--name`. If :option:`--ignore-case` is also specified, + the regular expression becomes case-insensitive. .. option:: -u, --uuid