aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc
Commit message (Expand)AuthorAgeFilesLines
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-3/+0
* Enable libproc symbol_lookup tests on arm64Ed Maste2015-08-311-9/+0
* Fix libproc on architectures that don't need the program counter to beAndrew Turner2015-08-241-1/+10
* On arm64 disable three tests that hang or panicEd Maste2015-08-171-0/+9
* Make libproc compilable on AArch64.Ruslan Bukin2015-07-012-12/+26
* Add META_MODE support.Simon J. Gerraty2015-06-132-0/+26
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-276-17/+89
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-1912-363/+608
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-192-18/+21
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-088-44/+94
| |\ \ \
| * | | | New/updated dependenciesSimon J. Gerraty2014-05-051-0/+1
| * | | | Merge headSimon J. Gerraty2014-04-2710-55/+117
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-051-0/+1
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-3/+0
| * | | | | | Sync with HEAD.David E. O'Brien2013-02-084-2/+14
| |\ \ \ \ \ \
| * | | | | | | Avoid circular dependency with librtld_dbSimon J. Gerraty2012-11-081-0/+2
| * | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+8
| * | | | | | | Sync from headSimon J. Gerraty2012-11-044-29/+65
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
* | | | | | | | | Fix underlinkingBaptiste Daroussin2015-05-191-0/+2
* | | | | | | | | Fix debug symbols loading in libproc: 0 is a valid file descriptor.Stanislav Sedov2015-03-131-1/+1
* | | | | | | | | Teach libproc how to find debugging symbols in /usr/lib/debug.Rui Paulo2015-02-131-3/+18
* | | | | | | | | Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-102-0/+11
* | | | | | | | | Stop iterating and return if the caller-supplied callback function returnsMark Johnston2015-01-311-4/+8
* | | | | | | | | Ensure that we don't try to demangle a symbol name if we failed to lookMark Johnston2015-01-252-3/+41
* | | | | | | | | Fix a memory leak that occured when looking up CTF info for a symbol.Mark Johnston2014-12-231-1/+4
* | | | | | | | | Convert libraries to use LIBADDBaptiste Daroussin2014-11-251-6/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Remove an incorrect and useless debug print.Mark Johnston2014-10-041-3/+1
* | | | | | | | Hook up support for userland CTF support in DTrace. This required someMark Johnston2014-10-034-12/+65
* | | | | | | | Factor out some of the duplicated code in the symbol lookup functions, inMark Johnston2014-09-251-146/+122
* | | | | | | | Add some ATF tests for libproc.Mark Johnston2014-09-2110-201/+423
* | | | | | | | Fix a bug in r265255: only return NULL if the requested map wasn't found.Mark Johnston2014-08-241-4/+6
* | | | | | | | In r268463, I misplaced a return in demangle(), causing the function toDimitry Andric2014-08-091-8/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | In libproc, avoid calling __cxa_demangle(), and thus depending on eitherDimitry Andric2014-07-092-18/+21
| |_|_|_|_|/ |/| | | | |
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* | | | | | If the traced process stops because it received a signal, libproc needsMark Johnston2014-05-043-24/+30
* | | | | | Allow "a.out" as an alias for the executable if no other matching entriesMark Johnston2014-05-034-19/+63
| |_|_|_|/ |/| | | |
* | | | | Fix some off-by-one errors. The kve_end and rdl_eaddr fields contain theMark Johnston2014-04-141-3/+3
* | | | | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-134-4/+4
* | | | | The proper way to request no man pages currently is NO_MAN=xxx. Use itWarner Losh2014-04-054-4/+4
* | | | | Consistently add the relocation offset only when the ELF type is notMark Johnston2013-11-111-7/+16
* | | | | Modify the libproc breakpoint add/remove functions to stop the targetMark Johnston2013-11-051-7/+59
* | | | | Fix an off-by-one error when checking whether a given address is withinMark Johnston2013-10-291-2/+2
* | | | | Revert r257248 and fix the problem in a way that doesn't violate style(9).Mark Johnston2013-10-292-4/+3
* | | | | Fix the build with gcc.Mark Johnston2013-10-281-1/+2
* | | | | Remove an incorrect debug printf.Mark Johnston2013-10-281-1/+0