File: valgrind-vgdb.sh

package info (click to toggle)
lsp-plugins 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 91,856 kB
  • sloc: cpp: 427,831; xml: 57,779; makefile: 9,961; php: 1,005; sh: 18
file content (10 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

valgrind \
    --vgdb-error=0 \
    --vgdb=yes \
    --tool=memcheck \
    --leak-check=full \
    --suppressions=.valgrind-profile.supp \
    .test/lsp-plugins-test mtest --debug --nofork standalone --args room_builder_mono