1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/lib/libproc
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
..
test Fix libproc test case to work with clang premature optimization 2012-12-26 05:11:48 +00:00
_libproc.h
libproc.h
Makefile Add support for demangling C++ symbols. This requires linking libproc with 2012-09-06 03:19:48 +00:00
proc_bkpt.c Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. 2012-11-07 23:45:09 +00:00
proc_create.c
proc_regs.c Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. 2012-11-07 23:45:09 +00:00
proc_rtld.c
proc_sym.c When calling the C++ demangler, make sure to free the returned buffer, 2012-09-07 02:38:07 +00:00
proc_util.c