summaryrefslogtreecommitdiffstats
path: root/lib/libproc/libproc.h
Commit message (Collapse)AuthorAgeFilesLines
* Several fixes for libproc:rpaulo2010-08-111-1/+1
| | | | | | | | o return the correct status in proc_wstatus() o proc_read takes a void * o correctly allocate the objs structure array Sponsored by: The FreeBSD Foundation
* New version of libproc. Changes are:rpaulo2010-07-311-4/+80
| | | | | | | | | | | * breakpoint setup support * register query * symbol to address mapping and vice-versa * more misc utility functions based on their Solaris counterpart Also, I've written some test cases. Sponsored by: The FreeBSD Foundation
* Merge latest DTrace changes from Perforce.rodrigc2008-11-051-1/+4
| | | | | | Update libproc API to reflect new changes. Approved by: jb
* Add a process library with some stubs that the DTrace client needs.jb2008-05-221-0/+70
These will be fleshed out as part of the DTrace userland tracing development. For now, the kernel tracing part of DTrace requires minimal functionality for this library. The API for this library is deliberately different from the libproc in OpenSolaris due to licensing restrictions.
OpenPOWER on IntegriCloud