Skip to content

Commit

Permalink
Update Valgrind to its 3.20.0
Browse files Browse the repository at this point in the history
It now generates its valgrind.h from a valgrind.h.in, but there were
only two @...@ tokens to substitute, so that was easy enough.

From reading the diff, important changes:
* Added x86 support on FreeBSD (32- and 64-bit)
* Added nanoMIPS support on Linux
* Inline assembly fixes for S390
* Added VALGRIND_CLO_CHANGE request

Pick-to: 6.5
Task-number: QTBUG-110999
Change-Id: I66990c958cf40c34e7d58dd60b1e11984303fb64
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
ediosyncratic committed Feb 20, 2023
1 parent b73dafb commit daceee6
Show file tree
Hide file tree
Showing 2 changed files with 543 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/testlib/3rdparty/qt_attribution.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"Description": "An instrumentation framework for building dynamic analysis tools.",
"Homepage": "http://valgrind.org/",
"Version": "3.14.0",
"Version": "3.20.0",
"License": "BSD 4-clause \"Original\" or \"Old\" License",
"LicenseId": "BSD-4-Clause",
"LicenseFile": "VALGRIND_LICENSE.txt",
Expand Down
Loading

0 comments on commit daceee6

Please sign in to comment.