https://sourceware.org/bugzilla/show_bug.cgi?id=32540
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org --- Comment #1 from Mark Wielaard <mark at klomp dot org> --- They are intentionally private implementation details. If the exact constants and names were public they would become part of the API and the exact error returned couldn't be changed anymore. We do provide a function to turn them into human readable strings though, so they can still be used in error reporting. /* Return error string for ERROR. If ERROR is zero, return error string for most recent error or NULL is none occurred. If ERROR is -1 the behaviour is similar to the last case except that not NULL but a legal string is returned. */ extern const char *dwarf_errmsg (int err); -- You are receiving this mail because: You are on the CC list for the bug.