|
NAMEdwarf_seterrarg ,
dwarf_seterrhand —
configure error handling
LIBRARYDWARF Access Library (libdwarf, -ldwarf)SYNOPSIS#include <libdwarf.h>
Dwarf_Ptr
Dwarf_Handler
DESCRIPTIONThese functions may be used by applications to configure error handling callbacks. The error handling scheme used by the library is described in dwarf(3).Function Function RETURN VALUESFunctiondwarf_seterrhand () returns the previous error
handler associated with argument dbg. If argument
dbg is NULL, function
dwarf_seterrhand () returns the previous library-wide
error handler.
Function COMPATIBILITYThe behavior of these functions when argument dbg is NULL is a local extension.ERRORSThese functions do not set an error code.SEE ALSOdwarf(3), dwarf_init(3)
Visit the GSP FreeBSD Man Page Interface. |