summaryrefslogtreecommitdiffstats
path: root/lib/libproc/proc_sym.c
Commit message (Collapse)AuthorAgeFilesLines
* When calling the C++ demangler, make sure to free the returned buffer,rpaulo2012-09-071-6/+24
| | | | | | which might have been reallocated. Pointed out by: stefanf
* Add support for demangling C++ symbols. This requires linking libproc withrpaulo2012-09-061-2/+12
| | | | | | libc++rt/libsupc++. Discussed with: theraven
* Make sure we visit both symbol sections even if one of them doesn'trpaulo2012-09-021-24/+21
| | | | exist. This makes it possible to dtrace some C++ programs like devd.
* Several fixes for libproc:rpaulo2010-08-111-0/+11
| | | | | | | | 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-12/+497
| | | | | | | | | | | * 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/+68
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