Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
*** 1,12 ****
PSETBKPT(3PROC) Process Control Library Functions PSETBKPT(3PROC)
NAME
Psetbkpt - set a breakpoint trap in a process
! SYNOPSIS
Process Control Library (libproc, -lproc)
#include <libproc.h>
int
Psetbkpt(struct ps_prochandle *P, uintptr_t address, ulong_t *saved);
--- 1,14 ----
PSETBKPT(3PROC) Process Control Library Functions PSETBKPT(3PROC)
NAME
Psetbkpt - set a breakpoint trap in a process
! LIBRARY
Process Control Library (libproc, -lproc)
+
+ SYNOPSIS
#include <libproc.h>
int
Psetbkpt(struct ps_prochandle *P, uintptr_t address, ulong_t *saved);