summaryrefslogtreecommitdiffstats
path: root/lib/libproc/proc_create.c
Commit message (Collapse)AuthorAgeFilesLines
* fix a serious bug in libproc's proc_attachavg2011-08-031-2/+1
| | | | | | | | | | proc_attach always frees any struct proc_handle data that it allocates, but that is supposed to be done only in error conditions. PR: bin/158431 Approved by: re (kib) MFC after: 1 week
* Fix a memory leak on the error conditionkevlo2010-12-141-1/+1
| | | | Reviewed by: rpaulo
* New version of libproc. Changes are:rpaulo2010-07-311-33/+28
| | | | | | | | | | | * 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-2/+6
| | | | | | 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/+159
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