Skip to content

Commit 28d33d3

Browse files
committed
Copy setup code from gdb to valgrind
1 parent 37cfc05 commit 28d33d3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

valgrind.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ fi
99

1010
source lib/lib.sh
1111

12+
check_deps "$1"
13+
check_warnings
14+
check_running
15+
install_dep valgrind
16+
archive_gmon
17+
restart_side_runner
18+
1219
is_asan_runtime() {
1320
if printf '%s' "$CFG_ENV_RUNTIME" | grep -qE '(env_san.sh|fsanitize)'
1421
then

0 commit comments

Comments
 (0)