https://bugs.kde.org/show_bug.cgi?id=399584

--- Comment #14 from Louis Brunner <louis.brunner...@gmail.com> ---
Rhys,

I have been working on a series of patches based on your GitHub repository that
allow Valgrind to work on macOS Mojave (albeit fairly experimentally).

The following are included:
 - Empty stub for `mach_msg_destroy` which is required by the new mig
 - A bunch of suppressions for dyld related functions (which are probably way
too generic)
 - `openat` support
 - `thread_get_special_reply_port` support
 - Output/check improvements for a handful of syscalls
 - Multi-threading support (signals are still buggy)

I also added a README.md containing the result of `make regtest` for reference.

The code is available here: https://github.com/LouisBrunner/valgrind-macos

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to