]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Improve FreeBSD sysctl kern.usrstack
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 3 Jul 2022 11:58:18 +0000 (13:58 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 3 Jul 2022 13:12:20 +0000 (15:12 +0200)
commitb29a1e1cf5f36a347275bcc4f6135705e4dedba9
treeb9a73920bb57c1845d4498c5598a05564e317b5d
parent9f27d8fbc733165d7b1afbc86f1b3cdcd3837cd1
Improve FreeBSD sysctl kern.usrstack

This was handled by sysctl but not sysctlbyname.
The value returned was wrong.
Added a regtest.
.gitignore
coregrind/m_main.c
coregrind/m_syswrap/syswrap-freebsd.c
none/tests/freebsd/Makefile.am
none/tests/freebsd/usrstack.c [new file with mode: 0644]
none/tests/freebsd/usrstack.stderr.exp [new file with mode: 0644]
none/tests/freebsd/usrstack.stdout.exp [new file with mode: 0644]
none/tests/freebsd/usrstack.vgtest [new file with mode: 0644]