freebsd-nq/lib/libproc
Ruslan Bukin 1d290950b2 Use uint32_t instead of u_long as a storage for breakpoint instruction
to copy. All the platforms breakpoints fits this fine.

This fixes operation on big-endian MIPS64 where we were coping
zeroes instead of real instruction.

Reviewed by:	rpaulo
Sponsored by:	DARPA, AFRL
Sponsored by:	HEIF5
Differential Revision:	https://reviews.freebsd.org/D8250
2016-10-26 14:26:45 +00:00
..
tests DIRDEPS_BUILD: Update dependencies. 2016-08-31 19:30:46 +00:00
_libproc.h
libproc.h
Makefile
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2016-08-31 19:30:46 +00:00
Makefile.inc
proc_bkpt.c Use uint32_t instead of u_long as a storage for breakpoint instruction 2016-10-26 14:26:45 +00:00
proc_create.c
proc_regs.c
proc_rtld.c
proc_sym.c
proc_util.c