Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
*** 2,13 ****
NAME
Plookup_by_addr, Pxlookup_by_addr, Pxlookup_by_addr_resolved,
Plookup_by_name, Pxlookup_by_name - lookup symbols in a process
! SYNOPSIS
Process Control Library (libproc, -lproc)
#include <libproc.h>
int
Plookup_by_addr(struct ps_prochandle *P, uintptr_t addr, char *buf,
size_t size, Gelf_Sym *symp);
--- 2,15 ----
NAME
Plookup_by_addr, Pxlookup_by_addr, Pxlookup_by_addr_resolved,
Plookup_by_name, Pxlookup_by_name - lookup symbols in a process
! LIBRARY
Process Control Library (libproc, -lproc)
+
+ SYNOPSIS
#include <libproc.h>
int
Plookup_by_addr(struct ps_prochandle *P, uintptr_t addr, char *buf,
size_t size, Gelf_Sym *symp);