]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix 393023 - callgrind_control risks using the wrong vgdb
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 15 Apr 2018 10:41:48 +0000 (12:41 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 15 Apr 2018 10:41:48 +0000 (12:41 +0200)
commit532ed8a48b72231f424dd0b421cceb91d601389a
treeaa441a3898fa3fdcac3813d2f486cda985123660
parent846aee3e402c4430139cce011ab8420f434532d1
Fix 393023 - callgrind_control risks using the wrong vgdb

Search for a vgdb executable in the same dir as callgrind_control perl file.
If not found, search for a vgdb executable in a sibling coregrind dir
   (covers the case of :   perl  callgrind/callgrind_control)
Otherwise, just hope we find a vgdb executable in PATH
NEWS
callgrind/callgrind_control.in