summaryrefslogtreecommitdiffstats
path: root/lib/libproc/proc_create.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow "a.out" as an alias for the executable if no other matching entriesmarkj2014-05-031-10/+42
| | | | | | | are found. This improves compatibility with Solaris' libproc and fixes a number of failing DTrace tests that rely on this feature. MFC after: 3 weeks
* Clean up the debug printing in libproc a bit. In particular:markj2013-10-271-3/+3
| | | | | | * Don't print any error messages to stderr unless DEBUG is defined. * Add a DPRINTFX macro for use when errno isn't set. * Print the error string from libelf when appropriate.
* 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