svn commit: r214978 - in stable/8/lib: librtld_db libusb
Rui Paulo
rpaulo at FreeBSD.org
Mon Nov 8 10:39:03 UTC 2010
Author: rpaulo
Date: Mon Nov 8 10:39:02 2010
New Revision: 214978
URL: http://svn.freebsd.org/changeset/base/214978
Log:
MFC r210678, r210769:
librtld_db is an rtld debugging helper library used by userland
DTrace.
Added:
- copied from r210678, head/lib/librtld_db/
Directory Properties:
stable/8/lib/librtld_db/ (props changed)
Modified:
stable/8/lib/librtld_db/librtld_db.3
Directory Properties:
stable/8/lib/ (props changed)
stable/8/lib/bind/ (props changed)
stable/8/lib/csu/ (props changed)
stable/8/lib/libarchive/ (props changed)
stable/8/lib/libbluetooth/ (props changed)
stable/8/lib/libc_r/ (props changed)
stable/8/lib/libcam/ (props changed)
stable/8/lib/libcompat/ (props changed)
stable/8/lib/libdevinfo/ (props changed)
stable/8/lib/libdisk/ (props changed)
stable/8/lib/libedit/ (props changed)
stable/8/lib/libelf/ (props changed)
stable/8/lib/libexpat/ (props changed)
stable/8/lib/libfetch/ (props changed)
stable/8/lib/libgeom/ (props changed)
stable/8/lib/libgpib/ (props changed)
stable/8/lib/libgssapi/ (props changed)
stable/8/lib/libjail/ (props changed)
stable/8/lib/libkse/ (props changed)
stable/8/lib/libkvm/ (props changed)
stable/8/lib/liblzma/ (props changed)
stable/8/lib/libmagic/ (props changed)
stable/8/lib/libmemstat/ (props changed)
stable/8/lib/libpam/ (props changed)
stable/8/lib/libpmc/ (props changed)
stable/8/lib/libradius/ (props changed)
stable/8/lib/librpcsec_gss/ (props changed)
stable/8/lib/libsm/ (props changed)
stable/8/lib/libstand/ (props changed)
stable/8/lib/libtacplus/ (props changed)
stable/8/lib/libthr/ (props changed)
stable/8/lib/libthread_db/ (props changed)
stable/8/lib/libufs/ (props changed)
stable/8/lib/libugidfw/ (props changed)
stable/8/lib/libusb/ (props changed)
stable/8/lib/libusb/usb.h (props changed)
stable/8/lib/libusbhid/ (props changed)
stable/8/lib/libutil/ (props changed)
stable/8/lib/libz/ (props changed)
stable/8/lib/libz/contrib/ (props changed)
stable/8/lib/msun/ (props changed)
Modified: stable/8/lib/librtld_db/librtld_db.3
==============================================================================
--- head/lib/librtld_db/librtld_db.3 Sat Jul 31 14:26:10 2010 (r210678)
+++ stable/8/lib/librtld_db/librtld_db.3 Mon Nov 8 10:39:02 2010 (r214978)
@@ -44,7 +44,7 @@
.Fc
.Ft char *
.Fo rd_errstr
-.Fa "rd_err_e rderr"
+.Fa "rd_err_e rderr"
.Fc
.Ft rd_err_e
.Fo rd_event_addr
@@ -84,8 +84,8 @@
.Fc
.Ft rd_err_e
.Fo rd_plt_resolution
-.Fa "rd_agent_t *rdap, uintptr_t pc, struct proc *proc
-.Fa "uintptr_t plt_base, rd_plt_info_t *rpi"
+.Fa "rd_agent_t *rdap, uintptr_t pc, struct proc *proc"
+.Fa "uintptr_t plt_base, rd_plt_info_t *rpi"
.Fc
.Ft rd_err_e
.Fo rd_reset
@@ -101,7 +101,7 @@ This library must be used along with
Most library functions take a
.Ft rd_agent_t
argument.
-This argument is an opaque structure containing information associated with
+This argument is an opaque structure containing information associated with
the current status of the agent.
.Pp
Before you start using
@@ -163,14 +163,6 @@ type error.
The error codes are described in the header file for this library.
You can get the error string using
.Fn rd_errstr .
-.Sh CAVEATS
-The functions
-.Fn rd_event_enable ,
-.Fn rd_log ,
-.Fn rd_objpad_enable
-and
-.Fn rd_plt_resolution
-are not yet implemented.
.Sh SEE ALSO
.Xr ld 1 ,
.Xr ld-elf.so.1 1 ,
@@ -179,13 +171,21 @@ are not yet implemented.
.Xr rtld 1
.Sh HISTORY
The
-.Nm librtld_db
+.Nm librtld_db
library first appeared in
-.Fx 9.0
+.Fx 9.0
and was modeled after the same library present in the Solaris operating system.
.Sh AUTHORS
The
.Nm librtld_db
library and this manual page were written by
-.An Rui Paulo Aq rpaulo at FreeBSD.org
+.An Rui Paulo Aq rpaulo at FreeBSD.org
under sponsorship from the FreeBSD Foundation.
+.Sh CAVEATS
+The functions
+.Fn rd_event_enable ,
+.Fn rd_log ,
+.Fn rd_objpad_enable
+and
+.Fn rd_plt_resolution
+are not yet implemented.
More information about the svn-src-stable
mailing list