summaryrefslogtreecommitdiffstats
path: root/lib/librtld_db
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: improvements to SEE ALSO.joel2014-12-271-2/+2
|
* Hook up support for userland CTF support in DTrace. This required somemarkj2014-10-031-2/+2
| | | | | | | | | | | | | | | | | | 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
* use .Mt to mark up email addresses consistently (part3)bapt2014-06-231-1/+1
| | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
* Fix the rd_event_addr prototype and slightly clarify the use of the "event"markj2014-05-081-3/+3
| | | | | | parameter. MFC after: 3 days
* Handle the different event types properly in rd_event_addr(). In particular,markj2014-05-082-10/+40
| | | | | | | | with r265456 _r_debug_postinit can be used for RD_POSTINIT events. rtld(1) uses r_debug_state for dl state transitions, so we use its address for RD_DLACTIVITY events. MFC after: 2 weeks
* Bump shared libraries version numbers in preparation for 9.0.kib2011-08-281-1/+1
| | | | | | | | This time, only libraries which ABI has been changed compared to stable/8, are bumped. ABI analysis done by: Gleb Kurtsou Approved by: re (kensmith)
* Spelling fixes.joel2010-08-031-3/+3
|
* mdoc policing: use consistent section ordering, fix quotes and trailinguqs2010-08-021-15/+15
| | | | | | whitespace Approved by: rpaulo
* Import the librtld_db library. This is needed by userland DTrace.rpaulo2010-07-314-0/+581
This is not yet enabled in the build because I also need to import a new version of libproc. Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud