]> git.ipfire.org Git - thirdparty/valgrind.git/commit
FreeBSD support, patch 11
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 9 Oct 2021 12:11:48 +0000 (14:11 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 9 Oct 2021 12:11:48 +0000 (14:11 +0200)
commite2e5d75f5cbc108d68142c4c56878df9abaed653
treebb904119b1abac40857b3599cdc81505e427d7f1
parent1bbd829adb5a192593543d7b0fc2fab154317ece
FreeBSD support, patch 11

coregrind added files
the key mechanics and the syscall wrappers
15 files changed:
configure.ac
coregrind/Makefile.am
coregrind/launcher-freebsd.c [new file with mode: 0644]
coregrind/link_tool_exe_freebsd.in [new file with mode: 0755]
coregrind/m_dispatch/dispatch-amd64-freebsd.S [new file with mode: 0644]
coregrind/m_dispatch/dispatch-x86-freebsd.S [new file with mode: 0644]
coregrind/m_initimg/initimg-freebsd.c [new file with mode: 0644]
coregrind/m_sigframe/sigframe-amd64-freebsd.c [new file with mode: 0644]
coregrind/m_sigframe/sigframe-x86-freebsd.c [new file with mode: 0644]
coregrind/m_syswrap/priv_syswrap-freebsd.h [new file with mode: 0644]
coregrind/m_syswrap/syscall-amd64-freebsd.S [new file with mode: 0644]
coregrind/m_syswrap/syscall-x86-freebsd.S [new file with mode: 0644]
coregrind/m_syswrap/syswrap-amd64-freebsd.c [new file with mode: 0644]
coregrind/m_syswrap/syswrap-freebsd.c [new file with mode: 0644]
coregrind/m_syswrap/syswrap-x86-freebsd.c [new file with mode: 0644]