Page MenuHomeFreeBSD

readelf: include notes (-n) in --all/-a
ClosedPublic

Authored by emaste on Sep 17 2021, 12:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 1, 5:15 PM
Unknown Object (File)
Oct 17 2024, 8:32 AM
Unknown Object (File)
Oct 17 2024, 8:32 AM
Unknown Object (File)
Oct 17 2024, 8:32 AM
Unknown Object (File)
Oct 17 2024, 8:31 AM
Unknown Object (File)
Oct 17 2024, 8:03 AM
Unknown Object (File)
Oct 14 2024, 7:10 PM
Unknown Object (File)
Sep 30 2024, 3:32 AM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
emaste added a reviewer: markj.

Also add unwind

-u is undocumented, BTW.

This revision is now accepted and ready to land.Sep 17 2021, 1:34 PM

-u is undocumented, BTW.

It's also unimplemented :(
-u sets RE_U, but it's never tested and does nothing.
But, if/when it gets implemented it will be picked up in -a as it should.