This is an archive of the discontinued LLVM Phabricator instance.

[docs][llvm-dwarfdump] Make the --show-parents and --show-children help text and docs more consistent and correct
ClosedPublic

Authored by jhenderson on Jun 13 2019, 8:01 AM.

Details

Summary

The docs and help text for --show-parents and --show-children were a bit inconsistent. The help text claimed they had an effect when "=<offset>" was used, whereas the doc said it had an effect when "--find" or "--name" were used. This change changes the doc to mention "=<offset>" and removes this reference from the help text, to avoid having a very long description in the help text (it still says "when selectively printing entries").

Diff Detail

Repository
rL LLVM

Event Timeline

jhenderson created this revision.Jun 13 2019, 8:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2019, 8:01 AM
aprantl accepted this revision.Jun 13 2019, 11:20 AM
This revision is now accepted and ready to land.Jun 13 2019, 11:20 AM
This revision was automatically updated to reflect the committed changes.