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)
Nov 26 2024, 3:04 AM
Unknown Object (File)
Nov 23 2024, 1:27 PM
Unknown Object (File)
Nov 17 2024, 10:52 PM
Unknown Object (File)
Nov 17 2024, 10:34 PM
Unknown Object (File)
Nov 17 2024, 7:56 PM
Unknown Object (File)
Nov 1 2024, 5:15 PM
Unknown Object (File)
Oct 17 2024, 8:32 AM
Unknown Object (File)
Oct 17 2024, 8: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.