1librtld_db(3LIB)              Interface Libraries             librtld_db(3LIB)
2
3
4

NAME

6       librtld_db - runtime linker debugging library
7

SYNOPSIS

9       cc [ flag ... ] file ... -lrtld_db [ library ... ]
10       #include <proc_service.h>
11       #include <rtld_db.h>
12
13

DESCRIPTION

15       Functions is this library are useful for building debuggers for dynami‐
16       cally linked programs. For a full description of these interfaces refer
17       to the Linker and Libraries Guide.
18
19
20       To  use librtld_db, applications need to implement the interfaces docu‐
21       mented in ps_pread(3PROC) and proc_service(3PROC).
22

INTERFACES

24       The  shared  object  librtld_db.so.1  provides  the  public  interfaces
25       defined below. See Intro(3) for additional information on shared object
26       interfaces.
27
28
29
30
31       rd_delete                     rd_errstr
32       rd_event_addr                 rd_event_enable
33       rd_event_getmsg               rd_init
34       rd_loadobj_iter               rd_log
35       rd_new                        rd_objpad_enable
36       rd_plt_resolution             rd_reset
37
38

FILES

40       /lib/librtld_db.so.1       shared object
41
42
43       /lib/64/librtld_db.so.1    64-bit shared object
44
45

ATTRIBUTES

47       See attributes(5) for description of the following attributes:
48
49
50
51
52       ┌─────────────────────────────┬─────────────────────────────┐
53       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
54       ├─────────────────────────────┼─────────────────────────────┤
55       │Availability                 │SUNWcsl (32-bit)             │
56       ├─────────────────────────────┼─────────────────────────────┤
57       │                             │SUNWcslx (64-bit)            │
58       ├─────────────────────────────┼─────────────────────────────┤
59       │MT-Level                     │Safe                         │
60       └─────────────────────────────┴─────────────────────────────┘
61

SEE ALSO

63       ld.so.1(1),  pvs(1),  Intro(3),  proc_service(3PROC),  ps_pread(3PROC),
64       rtld_db(3EXT), attributes(5)
65
66
67       Linker and Libraries Guide
68
69
70
71SunOS 5.11                        12 Oct 2007                 librtld_db(3LIB)
Impressum