]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Darwin: add ML_(get_darwin_syscall_entry)
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 4 Nov 2025 19:36:45 +0000 (20:36 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 4 Nov 2025 19:36:45 +0000 (20:36 +0100)
commit1a60f23515367e99b1cc059d276ce4671a752d4d
tree57559723dc6015c8a2a153886312d50ab0d1411e
parentb461657ef9f2f8c0d983070e84f5387d410303ed
Darwin: add ML_(get_darwin_syscall_entry)

There was a comment saying that exposing the table arrays and
sizes should be fixed (all other OSes use a function). Now done.

Taken from
   https://github.com/LouisBrunner/valgrind-macos

Thanks, Louis Brunner.
coregrind/m_syswrap/priv_types_n_macros.h
coregrind/m_syswrap/syswrap-darwin.c
coregrind/m_syswrap/syswrap-main.c