summaryrefslogtreecommitdiffstats
path: root/lib/libproc/proc_sym.c
Commit message (Expand)AuthorAgeFilesLines
* Remove an incorrect and useless debug print.markj2014-10-041-3/+1
* Hook up support for userland CTF support in DTrace. This required somemarkj2014-10-031-4/+37
* Factor out some of the duplicated code in the symbol lookup functions, inmarkj2014-09-251-146/+122
* Fix a bug in r265255: only return NULL if the requested map wasn't found.markj2014-08-241-4/+6
* In r268463, I misplaced a return in demangle(), causing the function todim2014-08-091-8/+2
* In libproc, avoid calling __cxa_demangle(), and thus depending on eitherdim2014-07-091-17/+18
* Allow "a.out" as an alias for the executable if no other matching entriesmarkj2014-05-031-9/+16
* Fix some off-by-one errors. The kve_end and rdl_eaddr fields contain themarkj2014-04-141-3/+3
* Consistently add the relocation offset only when the ELF type is notmarkj2013-11-111-7/+16
* Fix an off-by-one error when checking whether a given address is withinmarkj2013-10-291-2/+2
* Remove an incorrect debug printf.markj2013-10-281-1/+0
* Clean up the debug printing in libproc a bit. In particular:markj2013-10-271-13/+13
* Fix the return value when we found a symbol in .dynstr. This nasty bug wasrpaulo2013-08-101-0/+1
* When calling the C++ demangler, make sure to free the returned buffer,rpaulo2012-09-071-6/+24
* Add support for demangling C++ symbols. This requires linking libproc withrpaulo2012-09-061-2/+12
* Make sure we visit both symbol sections even if one of them doesn'trpaulo2012-09-021-24/+21
* Several fixes for libproc:rpaulo2010-08-111-0/+11
* New version of libproc. Changes are:rpaulo2010-07-311-12/+497
* Add a process library with some stubs that the DTrace client needs.jb2008-05-221-0/+68
OpenPOWER on IntegriCloud