summaryrefslogtreecommitdiffstats
path: root/lib/libproc/libproc.h
Commit message (Collapse)AuthorAgeFilesLines
* Hook up support for userland CTF support in DTrace. This required somemarkj2014-10-031-3/+10
| | | | | | | | | | | | | | | | | | modifications to libproc to support fetching the CTF info for a given file. With this change, dtrace(1) is able to resolve type info for function and USDT probe arguments, and function return values. In particular, the args[n] syntax should now work for referencing arguments of userland probes, provided that the requisite CTF info is available. The uctf tests pass if the test programs are compiled with CTF info. The current infrastructure around the DTrace test suite doesn't support this yet. Differential Revision: https://reviews.freebsd.org/D891 MFC after: 1 month Relnotes: yes Sponsored by: EMC / Isilon Storage Division
* If the traced process stops because it received a signal, libproc needsmarkj2014-05-041-0/+1
| | | | | | to ensure that the signal is forwarded when proc_continue() is called. MFC after: 3 weeks
* 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