https://sourceware.org/bugzilla/show_bug.cgi?id=32540
Bug ID: 32540
Summary: dwarf_errno() error codes are private
Product: elfutils
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libdw
Assignee: unassigned at sourceware dot org
Reporter: michael.tremer at ipfire dot org
CC: elfutils-devel at sourceware dot org
Target Milestone: ---
Hello,
I am using libdw to extract sources from compiled binaries using
dwarf_getsrcfiles(). This function as well as others may return errors which
can be retrieved using dwarf_errno().
These error codes are however not part of the header files. Instead they are in
libdwP.h:
> https://sourceware.org/git/?p=elfutils.git;a=blob;f=libdw/libdwP.h;h=d6bab6063cca74de4c23d6c5a542d773e55bac5d;hb=HEAD#l100
Would it be possible to move them into libdw.h or are they intentionally kept
there? I would be happy to provide a patch if this change would be considered
acceptable.
--
You are receiving this mail because:
You are on the CC list for the bug.