Print this page
11583 Some man3lib pages are missing parts of the SYNOPSIS
*** 4,14 ****
NAME
libc_db - threads debugging library
SYNOPSIS
! cc [ flag ... ] file ... -lc_db [ library ... ]
#include <proc_service.h>
#include <thread_db.h>
DESCRIPTION
--- 4,14 ----
NAME
libc_db - threads debugging library
SYNOPSIS
! cc [ flag... ] file... -lc_db [ library... ]
#include <proc_service.h>
#include <thread_db.h>
DESCRIPTION
*** 16,26 ****
threads-related aspects of a multithreaded program. There are at least
two processes involved, the controlling process and one or more target
processes. The controlling process is the libc_db client, which links
with libc_db and uses libc_db to inspect or modify threads-related
aspects of one or more target processes. The target processes must be
! multithreaded processes that use libc. The controlling process mignt or
might not be multithreaded itself.
The most commonly anticipated use for libc_db is that the controlling
process will be a debugger for a multithreaded program, hence the "db"
--- 16,26 ----
threads-related aspects of a multithreaded program. There are at least
two processes involved, the controlling process and one or more target
processes. The controlling process is the libc_db client, which links
with libc_db and uses libc_db to inspect or modify threads-related
aspects of one or more target processes. The target processes must be
! multithreaded processes that use libc. The controlling process might or
might not be multithreaded itself.
The most commonly anticipated use for libc_db is that the controlling
process will be a debugger for a multithreaded program, hence the "db"
*** 132,137 ****
SEE ALSO
Intro(3), td_ta_new(3C_DB), attributes(5), threads(5)
! March 24, 2004 LIBC_DB(3LIB)
--- 132,137 ----
SEE ALSO
Intro(3), td_ta_new(3C_DB), attributes(5), threads(5)
! August 19, 2019 LIBC_DB(3LIB)