CVS commit: src/external/bsd/libproc/dist

2019-12-07 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Dec 7 19:38:29 UTC 2019 Modified Files: src/external/bsd/libproc/dist: proc_util.c Log Message: Switch proc_getlwpstatus from PT_LWPINFO to PT_GET_SIGINFO for NetBSD PT_LWPINFO from FreeBSD is almost never intended to be expr

CVS commit: src/external/bsd/libproc/dist

2018-07-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 20 20:50:34 UTC 2018 Modified Files: src/external/bsd/libproc/dist: proc_bkpt.c src/external/bsd/libproc/dist/tests: proc_test.c Log Message: unbreak aarch64 To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/external/bsd/libproc/dist

2018-02-25 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Feb 25 18:48:39 UTC 2018 Modified Files: src/external/bsd/libproc/dist: libproc.h Log Message: add some flag definitions from a newer version of FreeBSD's libproc that are needed by the new dtrace. these don't do anything yet, b

CVS commit: src/external/bsd/libproc/dist

2017-12-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Dec 8 13:36:22 UTC 2017 Modified Files: src/external/bsd/libproc/dist: proc_bkpt.c Log Message: Use PRIxPTR instead of lx to print pointers. Fix debug build with LLVM. Also use PRIxPTR instead of PRIuPTR, which is apparently mis

CVS commit: src/external/bsd/libproc/dist

2017-06-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jun 15 23:44:58 UTC 2017 Modified Files: src/external/bsd/libproc/dist: proc_sym.c Log Message: Don't include on NetBSD in libproc This header in this context is freebsdism. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/external/bsd/libproc/dist

2017-06-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Fri Jun 9 01:17:25 UTC 2017 Modified Files: src/external/bsd/libproc/dist: _libproc.h libproc.h proc_create.c proc_util.c Log Message: add a proc_getmodel() interface to return whether a process is a 32-bit or 64-bit pro

CVS commit: src/external/bsd/libproc/dist

2017-02-01 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Feb 1 20:01:40 UTC 2017 Modified Files: src/external/bsd/libproc/dist: proc_util.c Log Message: implement proc_getlwpstatus() for netbsd using PT_GET_SIGINFO. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/ext

CVS commit: src/external/bsd/libproc/dist

2016-04-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Apr 26 14:29:58 UTC 2016 Modified Files: src/external/bsd/libproc/dist: proc_util.c Log Message: the netbsd version of PT_LWPINFO is different from the freebsd version in that we use lp_lwpid as an input to say which lwp to opera

CVS commit: src/external/bsd/libproc/dist

2016-04-26 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Apr 26 14:28:39 UTC 2016 Modified Files: src/external/bsd/libproc/dist: proc_sym.c Log Message: use the netbsd path for separate debuginfo files. only attempt to look up symbols in the dynsym table if the object actually has one,

CVS commit: src/external/bsd/libproc/dist

2015-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 25 19:09:38 UTC 2015 Modified Files: src/external/bsd/libproc/dist: proc_bkpt.c proc_regs.c Log Message: remove caddr_t To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libproc/dist/proc_bkp

CVS commit: src/external/bsd/libproc/dist

2015-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 25 19:08:33 UTC 2015 Modified Files: src/external/bsd/libproc/dist: proc_util.c src/external/bsd/libproc/dist/tests: proc_test.c Log Message: Fix the broken detach code and make the proc tests detach instead of c

CVS commit: src/external/bsd/libproc/dist

2015-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 25 16:07:32 UTC 2015 Modified Files: src/external/bsd/libproc/dist: libproc.h proc_bkpt.c proc_regs.c src/external/bsd/libproc/dist/tests: proc_test.c Log Message: Add a proc_breakpoint_t and a proc_regval_t to a

CVS commit: src/external/bsd/libproc/dist/tests

2015-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 24 19:25:37 UTC 2015 Modified Files: src/external/bsd/libproc/dist/tests: proc_test.c Log Message: 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.