freebsd-dev/lib/libproc/test
Sergey Kandaurov 322f22f7b5 Fix libproc test case to work with clang premature optimization
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
2012-12-26 05:11:48 +00:00
..
t1-bkpt Fix libproc test case to work with clang premature optimization 2012-12-26 05:11:48 +00:00
t2-name2map
t3-name2sym
Makefile