summaryrefslogtreecommitdiffstats
path: root/lib/libproc/test
Commit message (Collapse)AuthorAgeFilesLines
* Add some ATF tests for libproc.markj2014-09-217-209/+0
| | | | | Differential Revision: D710 Reviewed by: jmmv, ngie, rpaulo
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-133-3/+3
| | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
* The proper way to request no man pages currently is NO_MAN=xxx. Use itimp2014-04-053-3/+3
| | | | | in preference to the user WITHOUT_MAN knob, which should never be set in normal src Makefiles.
* Fix libproc test case to work with clang premature optimizationpluknet2012-12-261-1/+1
| | | | | | | | | | observed with -O2 (used by default). Avoid function inlining for t1_bkpt_t on which we set a breakpoint. Otherwise the address of the function is never called thus the breakpoint never triggers. Reported by: zont Reviewed by: rpaulo
* Fix test cases to work with the latest version of the API.rpaulo2012-09-062-3/+4
|
* New version of libproc. Changes are:rpaulo2010-07-317-0/+208
* 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
OpenPOWER on IntegriCloud