Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../.././../usr/man/man3dax/dax_debug.3dax
Real path: /usr/share/man/man3dax/dax_debug.3dax
Zurück
'\" te .\" Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. .TH dax_debug 3DAX "03 Mar 2017" "Oracle Solaris 11.4" "DAX Library Functions" .SH NAME dax_debug \- debugger breakpoint .SH SYNOPSIS .LP .nf void dax_debug(void); .fi .SH DESCRIPTION .sp .LP This function is called if \fBlibdax\fR detects an application programming error, as described in the \fBdax_set_debug\fR(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 \fBlibdax\fR. .SH EXAMPLES .sp .in +2 .nf % \fBsetenv DAX_LOG_OPTIONS error\fR % \fBsetenv DAX_LOG_FD 1\fR % \fBdbx a.out\fR (dbx) \fBstop in dax_debug\fR (2) stop in dax_debug (dbx) \fBrun\fR 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); .fi .in -2 .sp .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/library _ Interface Stability Committed .TE .sp .SH SEE ALSO .sp .LP \fBdax_set_debug\fR(3DAX), \fBlibdax\fR(3LIB)