dax_debug(3dax) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

dax_debug(3dax)

dax_debug(3DAX)              DAX Library Functions             dax_debug(3DAX)



NAME
       dax_debug - debugger breakpoint

SYNOPSIS
       void dax_debug(void);

DESCRIPTION
       This  function  is  called if libdax detects an application programming
       error, as described in the dax_set_debug(3DAX) man page. Set a debugger
       breakpoint  on this function to examine the state of the application at
       the point of failure. This function performs no action  and  cannot  be
       called outside of libdax.

EXAMPLES
         % setenv DAX_LOG_OPTIONS error
         % setenv DAX_LOG_FD 1
         % dbx a.out
         (dbx) stop in dax_debug
         (2) stop in dax_debug
         (dbx) run
         Running: a.out
         (process id 2914)
         libdax ERROR: tid=1: Invalid dst format: bytes; must be DAX_BITS
         stopped in dax_debug at 0xffffffff4b728a48
         0xffffffff4b728a48: dax_debug       :   retl
         Current function is main
         55           result = dax_and(ctx, flags, src1, src2, dst);


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab()  box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
       TRIBUTE VALUE _ Availabilitysystem/library _ Interface StabilityCommit‐
       ted


SEE ALSO
       dax_set_debug(3DAX), libdax(3LIB)



Oracle Solaris 11.4               03 Mar 2017                  dax_debug(3DAX)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3