1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libproc
Justin Hibbits c757049235 Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.
There is one known issue:  Some probes will display an error message along the
lines of:  "Invalid address (0)"

I tested this with both a simple dtrace probe and dtruss on a few different
binaries on 32-bit.  I only compiled 64-bit, did not run it, but I don't expect
problems without the modules loaded.  Volunteers are welcome.

MFC after:	1 month
2012-11-07 23:45:09 +00:00
..
test Fix test cases to work with the latest version of the API. 2012-09-06 01:24:18 +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 fix a serious bug in libproc's proc_attach 2011-08-03 09:55:59 +00:00
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