Bug 22253 - RFE elfutils add man pages documenting the API
Summary: RFE elfutils add man pages documenting the API
Status: NEW
Alias: None
Product: elfutils
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-04 19:04 UTC by Ben Woodard
Modified: 2021-11-15 16:43 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Woodard 2017-10-04 19:04:52 UTC
Currently all the documentation for the API for libelf and libdw is in the header files. The dyninst developers are currently porting their library to make use of it and have requested better documentation including information about which functions can be considered MT safe.
Comment 1 Mark Wielaard 2021-11-08 10:01:24 UTC
These are now described here:
https://github.com/ARM-software/abi-aa/blob/main/aadwarf64/aadwarf64.rst

In particular the Z registers aren't yet described in backends/aarch64_regs.c 
and neither is the Vector granule pseudo register.
Comment 2 Mark Wielaard 2021-11-15 16:43:36 UTC
(In reply to Mark Wielaard from comment #1)
> These are now described here:
> https://github.com/ARM-software/abi-aa/blob/main/aadwarf64/aadwarf64.rst
> 
> In particular the Z registers aren't yet described in
> backends/aarch64_regs.c 
> and neither is the Vector granule pseudo register.

Sorry that was for a different bug:
https://sourceware.org/bugzilla/show_bug.cgi?id=26696