[Valgrind-users] Valgrind tool to print VEX IR only for specific blocks

2021-12-22 Thread Yashas Andaluri via Valgrind-users
Hello I'm trying to create a Valgrind tool that will print VEX IR only for IR blocks corresponding to the code of the input program and will exclude IR blocks corresponding to libraries. I have used ppIRSB() inside the instrument function of the tool to print VEX IR for every IR block

Re: [Valgrind-users] pthread_mutex_destroy with invalid argument

2021-12-22 Thread Floyd, Paul
On 2021-12-21 20:07, Casey Waldren via Valgrind-users wrote: Hello, I am running into the following errors when running helgrind on a C++ binary built with googletest. The host is Ubuntu 20.04. The invocation is: valgrind --tool=helgrind --error-exitcode=100 ./tests/google_tests The