Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/man/man3lib/librtld_db.3lib
Real path: /usr/share/man/man3lib/librtld_db.3lib
Zurück
'\" te .\" Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved. .TH librtld_db 3LIB "23 April 2014" "Oracle Solaris 11.4" "Interface Libraries" .SH NAME librtld_db \- runtime linker debugging library .SH SYNOPSIS .LP .nf cc [ \fIflag\fR ... ] \fIfile\fR ... \fB-lrtld_db\fR [ \fIlibrary\fR ... ] #include <\fBproc_service.h\fR> #include <\fBrtld_db.h\fR> .fi .SH DESCRIPTION .sp .LP Functions is this library are useful for building debuggers for dynamically linked programs. For a full description of these interfaces refer to \fIRuntime Linker Debugger Interface\fR in \fIOracle Solaris 11.4 Linkers and Libraries Guide\fR. .sp .LP To use \fBlibrtld_db\fR, applications need to implement the interfaces documented in \fBps_pread\fR(3PROC) and \fBproc_service\fR(3PROC). .SH INTERFACES .sp .LP The shared object \fBlibrtld_db.so.1\fR provides the public interfaces defined below. See \fBintro\fR(3) for additional information on shared object interfaces. .sp .TS tab( ); lw(2.75i) lw(2.75i) . \fBrd_delete\fR \fBrd_errstr\fR \fBrd_event_addr\fR \fBrd_event_enable\fR \fBrd_event_getmsg\fR \fBrd_init\fR \fBrd_loadobj_iter\fR \fBrd_log\fR \fBrd_new\fR \fBrd_objpad_enable\fR \fBrd_plt_resolution\fR \fBrd_reset\fR .TE .sp .SH FILES .sp .ne 2 .mk .na \fB\fB/lib/librtld_db.so.1\fR\fR .ad .RS 27n .rt shared object .RE .sp .ne 2 .mk .na \fB\fB/lib/64/librtld_db.so.1\fR\fR .ad .RS 27n .rt 64-bit shared object .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for description 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/linker _ MT-Level Safe .TE .sp .SH SEE ALSO .sp .LP \fBld.so.1\fR(1), \fBpvs\fR(1), \fBrtld_db\fR(3EXT), \fBproc_service\fR(3PROC), \fBps_pread\fR(3PROC), \fBintro\fR(3), \fBattributes\fR(7) .sp .LP \fIOracle Solaris 11.4 Linkers and Libraries Guide\fR