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)
Wed, Sep 18, 3:51 AM
Unknown Object (File)
Tue, Sep 17, 12:52 AM
Unknown Object (File)
Wed, Sep 4, 11:32 AM
Unknown Object (File)
Tue, Sep 3, 9:45 AM
Unknown Object (File)
Tue, Sep 3, 9:45 AM
Unknown Object (File)
Tue, Sep 3, 9:45 AM
Unknown Object (File)
Tue, Sep 3, 9:45 AM
Unknown Object (File)
Tue, Sep 3, 9:35 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.