This is an archive of the discontinued LLVM Phabricator instance.

llvm-dwarfdump: implement --recurse-depth=<N>
ClosedPublic

Authored by aprantl on Sep 19 2017, 5:01 PM.

Details

Summary

This patch implements the Darwin dwarfdump option --recurse-depth=<N>, which limits the recursion depth when selectively printing DIEs at an offset.

Diff Detail

Repository
rL LLVM

Event Timeline

aprantl created this revision.Sep 19 2017, 5:01 PM
This revision is now accepted and ready to land.Sep 20 2017, 1:03 AM
dblaikie accepted this revision.Sep 20 2017, 10:02 AM

Seems reasonable

This revision was automatically updated to reflect the committed changes.