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
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.
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
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
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 -
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
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
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
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,
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
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
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
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.
13 matches
Mail list logo