summaryrefslogtreecommitdiffstats
path: root/lib/libproc/_libproc.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow "a.out" as an alias for the executable if no other matching entriesmarkj2014-05-031-0/+2
| | | | | | | 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
* Revert r257248 and fix the problem in a way that doesn't violate style(9).markj2013-10-291-2/+2
| | | | Suggested by: jmg
* Clean up the debug printing in libproc a bit. In particular:markj2013-10-271-2/+4
| | | | | | * 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 the libproc build when DEBUG is defined.markj2013-10-171-2/+2
|
* New version of libproc. Changes are:rpaulo2010-07-311-0/+12
| | | | | | | | | | | * 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
* Add a process library with some stubs that the DTrace client needs.jb2008-05-221-0/+43
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