.. option:: -c, --show-children
- Show a debug info entry's children when using
- the :option:`--debug-info`, :option:`--find`,
- and :option:`--name` options.
+ Show a debug info entry's children when selectively printing with
+ the `=<offset>` argument of :option:`--debug-info`, or options such
+ as :option:`--find` or :option:`--name`.
.. option:: --color
.. option:: -p, --show-parents
- Show a debug info entry's parent objects when using the
- :option:`--debug-info`, :option:`--find`, and
- :option:`--name` options.
+ Show a debug info entry's parents when selectively printing with
+ the `=<offset>` argument of :option:`--debug-info`, or options such
+ as :option:`--find` or :option:`--name`.
.. option:: --parent-recurse-depth=<N>
static opt<bool>
ShowChildren("show-children",
desc("Show a debug info entry's children when selectively "
- "printing with the =<offset> option."),
+ "printing entries."),
cat(DwarfDumpCategory));
static alias ShowChildrenAlias("c", desc("Alias for -show-children."),
aliasopt(ShowChildren));
static opt<bool>
ShowParents("show-parents",
desc("Show a debug info entry's parents when selectively "
- "printing with the =<offset> option."),
+ "printing entries."),
cat(DwarfDumpCategory));
static alias ShowParentsAlias("p", desc("Alias for -show-parents."),
aliasopt(ShowParents));