Bug 515992

Summary: Add FreeBSD /proc virtualisation for cmdline and file
Product: [Developer tools] valgrind Reporter: Paul Floyd <pjfloyd>
Component: generalAssignee: Paul Floyd <pjfloyd>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.27 GIT   
Target Milestone: ---   
Platform: Other   
OS: FreeBSD   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Paul Floyd 2026-02-14 17:29:04 UTC
Of course they all have to be different.

Solaris /proc/self/file/a.out
Linux /proc/self/exe
FreeBSD /proc/curproc/file [optional]
Darwin no /proc

Code will be much like Linux and Solaris
Comment 1 Paul Floyd 2026-02-15 06:22:37 UTC
commit 80e805753b9098d419c6a09c1481a89c89ab32ce
Author: Paul Floyd <pjfloyd@wanadoo.fr>
Date:   Sat Feb 14 18:52:12 2026 +0100

    Bug 515992 - Add FreeBSD /proc virtualisation for cmdline and file

and a few other cleanup pushes