freebsd-dev/lib/libproc/test/t1-bkpt
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
..
Makefile
t1-bkpt.c Fix libproc test case to work with clang premature optimization 2012-12-26 05:11:48 +00:00