Re: [Valgrind-developers] Valgrind-3.25.0.RC1 is available for testing
Paul Floyd via Valgrind-users <[email protected]> Sun, 20 Apr 2025 08:12:37 +0200
| Newsgroups | gmane.comp.debugging.valgrind |
|---|---|
| Message-ID | <[email protected]> |
On 4/20/25 04:13, Sean McBride wrote: > On 19 Apr 2025, at 12:48, Paul Floyd via Valgrind-users wrote: > >> I'll give macOS a go shortly. > macOS? It hasn't been supported in years, unless I missed some exciting news? macOS is lagging far behind. In the last 6 months I made 4 changes for Darwin - added the mkdirat syscall wrapper - fixes for macho reading (to be compatible with ELF) - one regression test fix That's only for macOS 10.13 which is very old and probably little used. The most recent macOS has moved to arm64. Louis Brunner has done a lot of work on his GitHub fork https://github.com/LouisBrunner/valgrind-macos Maybe after I've finished getting Illumos back up to speed I'll have a go at merging more of that code. A+ Paul