History log of /netbsd-src/external/bsd/libproc/dist/tests/proc_test.c (Results 1 – 6 of 6)
Revision Date Author Comments
# da66a31a 20-Jul-2018 christos <christos@NetBSD.org>

unbreak aarch64


# 800ae963 25-Sep-2015 christos <christos@NetBSD.org>

Fix the broken detach code and make the proc tests detach instead
of continue, so that we don't get kernel diagnostic messages about
detaching traced processes.


# 9a58287b 25-Sep-2015 christos <christos@NetBSD.org>

Add a proc_breakpoint_t and a proc_regval_t to abstract some types.


# c4db4601 24-Sep-2015 christos <christos@NetBSD.org>

Elf64_Sym.st_value (Elf64_Addr) which is what GElf_Sym using, is wider than
uintptr_t on 32 bit machines, so cast to it.


# 52ebe1c2 24-Sep-2015 christos <christos@NetBSD.org>

Add glue, adjust for NetBSD.


# fbcd1dd1 24-Sep-2015 christos <christos@NetBSD.org>

Import libproc from FreeBSD