Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3proc/Pdelbkpt.3proc.man.txt
          +++ new/usr/src/man/man3proc/Pdelbkpt.3proc.man.txt
   1    1  PDELBKPT(3PROC)        Process Control Library Functions       PDELBKPT(3PROC)
   2    2  
   3    3  NAME
   4    4       Pdelbkpt - clear a breakpoint in a process
   5    5  
   6      -SYNOPSIS
        6 +LIBRARY
   7    7       Process Control Library (libproc, -lproc)
        8 +
        9 +SYNOPSIS
   8   10       #include <libproc.h>
   9   11  
  10   12       int
  11   13       Pdelbkpt(struct ps_prochandle *P, uintptr_t address, ulong_t saved);
  12   14  
  13   15  DESCRIPTION
  14   16       The Pdelbkpt() function removes the breakpoint installed at address from
  15   17       process P.  Restoring the instruction present in saved.
  16   18  
  17   19       If the instruction at address is no longer the architecture-specific
↓ open down ↓ 35 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX