K 10 svn:author V 7 pluknet K 8 svn:date V 27 2012-12-26T05:11:48.233376Z K 7 svn:log V 298 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 END