Interface Libraries librtlddb(3LIB)
NAME
librtlddb - runtime linker debugging library
SYNOPSIS
cc [ flag ... ] file ... -lrtlddb [ library ... ]
#include
#include
DESCRIPTION
Functions is this library are useful for building debuggers
for dynamically linked programs. For a full description of
these interfaces refer to the Linker and Libraries Guide.
To use librtlddb, applications need to implement the inter-
faces documented in pspread(3PROC) and procservice(3PROC).
INTERFACES
The shared object librtlddb.so.1 provides the public inter-
faces defined below. See Intro(3) for additional information
on shared object interfaces.
rddelete rderrstr
rdeventaddr rdeventenable
rdeventgetmsg rdinit
rdloadobjiter rdlog
rdnew rdobjpadenable
rdpltresolution rdreset
FILES
/lib/librtlddb.so.1 shared object
/lib/64/librtlddb.so.1 64-bit shared object
ATRIBUTES
See attributes(5) for description of the following attri-
butes:
SunOS 5.11 Last change: 12 Oct 2007 1
Interface Libraries librtlddb(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
MT-Level Safe
SEE ALSO
ld.so.1(1), pvs(1), Intro(3), procservice(3PROC),
pspread(3PROC), rtlddb(3EXT), attributes(5)
Linker and Libraries Guide
SunOS 5.11 Last change: 12 Oct 2007 2
|