Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r264400,r265836: | ngie | 2014-12-31 | 3 | -3/+3 |
| | | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 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. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed. | ||||
* | Fix libproc test case to work with clang premature optimization | pluknet | 2012-12-26 | 1 | -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. | rpaulo | 2012-09-06 | 2 | -3/+4 |
| | |||||
* | New version of libproc. Changes are: | rpaulo | 2010-07-31 | 7 | -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 |