paulfloyd / freebsd_valgrind

Git repo used to Upstream the FreeBSD Port of Valgrind
GNU General Public License v2.0
15 stars 4 forks source link

gdbserver_tests/mcclean_after_fork fails on amd64 FreeBSD 13.1 #195

Open paulfloyd opened 1 year ago

paulfloyd commented 1 year ago

+Expression cannot be implemented with read/access watchpoint.

that seems to be the main problem

And it seems to be with gdb 12.1 FreeBSD, nothing to do with Valgrind or vgdb.

If I run the test by hand and do a 'p' then I can set the watchpoint.

paulfloyd commented 1 year ago

I'll keep this open, but I pushed a mod to the gdb script to add the 'p mem' script. That means this TC no longer fails.