freebsd-dev/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: Add proc_getmodel(). 2016-07-30 03:09:23 +00:00
libproc.h libproc: Add proc_getmodel(). 2016-07-30 03:09:23 +00:00
Makefile libproc: Add proc_getmodel(). 2016-07-30 03:09:23 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2016-08-31 19:30:46 +00:00
Makefile.inc Remove WARNS inherited fine by ../Makefile.inc. 2016-02-26 22:14:23 +00:00
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_init: Fix a few memory leaks of 'phdl' 2016-08-02 18:13:50 +00:00
proc_regs.c Add support for RISC-V ISA. 2016-01-24 12:10:29 +00:00
proc_rtld.c libproc: Add proc_getmodel(). 2016-07-30 03:09:23 +00:00
proc_sym.c Fix debug symbols loading in libproc: 0 is a valid file descriptor. 2015-03-13 04:26:48 +00:00
proc_util.c libproc: Add proc_getmodel(). 2016-07-30 03:09:23 +00:00