aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc/proc_rtld.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r309591:Mark Johnston2017-04-111-28/+28
| | | | | | | Fix style bugs and remove trailing whitespace in libproc and librtld_db. Notes: svn path=/stable/11/; revision=316713
* Allow "a.out" as an alias for the executable if no other matching entriesMark Johnston2014-05-031-0/+3
| | | | | | | | | | 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 Notes: svn path=/head/; revision=265255
* - Compute the correct size to reallocate when doubling the size of theJohn Baldwin2013-01-281-1/+2
| | | | | | | | | | | | array of loaded objects to avoid a buffer overrun. - Use reallocf() to avoid leaking memory if the realloc() fails. PR: kern/175648 Submitted by: yuri@rawbw.com (1) MFC after: 1 week Notes: svn path=/head/; revision=246035
* Several fixes for libproc:Rui Paulo2010-08-111-3/+4
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=211184
* New version of libproc. Changes are:Rui Paulo2010-07-311-0/+79
* 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 Notes: svn path=/head/; revision=210688