|
NAMEdwarf_errmsg —
retrieve a human-readable string corresponding to a
Dwarf_Error instance
LIBRARYDWARF Access Library (libdwarf, -ldwarf)SYNOPSIS#include <libdwarf.h>
const char *
DESCRIPTIONFunctiondwarf_errmsg () returns a
NUL -terminated string for the error denoted by
argument err.
Argument err should be a valid handle to a Dwarf_Error instance. Memory ManagementThe returned pointer should not be freed using free(3) or dwarf_dealloc(3).RETURN VALUESFunctiondwarf_errmsg () returns a pointer to a
NUL -terminated string.
SEE ALSOdwarf(3), dwarf_errno(3)
Visit the GSP FreeBSD Man Page Interface. |