Bug 515992 - Add FreeBSD /proc virtualisation for cmdline and file
Summary: Add FreeBSD /proc virtualisation for cmdline and file
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: 3.27 GIT
Platform: Other FreeBSD
: NOR normal
Target Milestone: ---
Assignee: Paul Floyd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-14 17:29 UTC by Paul Floyd
Modified: 2026-02-15 06:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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