complete-n"__fish_valgrind_skin memcheck"-xc valgrind -l leak-check -d"Check for memory leaks"-a"no\tDon\'t\ check\ for\ memory\ leaks summary\t'Show a leak summary' full\t'Describe memory leaks in detail'"
complete-n"__fish_valgrind_skin memcheck"-xc valgrind -l show-reachable -d"Show reachable leaked memory"-a"yes\t'Show reachable leaked memory' no\t'Do not show reachable leaked memory'"
complete-n"__fish_valgrind_skin memcheck"-xc valgrind -l leak-resolution -d"Determines how willing Memcheck is to consider different backtraces to be the same"-a"low\t'Two entries need to match' med\t'Four entries need to match' high\t'All entries need to match'"
complete-n"__fish_valgrind_skin memcheck"-xc valgrind -l partial-loads-ok -d'How to handle loads of words that are partially addressible'-a'yes\t"Do not emit errors on partial loads" no\t"Emit errors on partial loads"'
complete-n"__fish_valgrind_skin memcheck"-xc valgrind -l avoid-strlen-errors -d'Whether to skip error reporting for the strlen function'-a'yes no'
complete-n"__fish_valgrind_skin addrcheck"-xc valgrind -l leak-check -d"Check for memory leaks"-a"no\t'Do not check for memory leaks' summary\t'Show a leak summary' full\t'Describe memory leaks in detail'"
complete-n"__fish_valgrind_skin addrcheck"-xc valgrind -l show-reachable -d"Show reachable leaked memory"-a"yes\t'Show reachable leaked memory' no\t'Do not show reachable leaked memory'"
complete-n"__fish_valgrind_skin addrcheck"-xc valgrind -l leak-resolution -d"Determines how willing Addrcheck is to consider different backtraces to be the same"-a"low\t'Two entries need to match' med\t'Four entries need to match' high\t'All entries need to match'"
complete-n"__fish_valgrind_skin addrcheck"-xc valgrind -l partial-loads-ok -d'How to handle loads of words that are partially addressible'-a'yes\t"Do not emit errors on partial loads" no\t"Emit errors on partial loads"'
complete-n"__fish_valgrind_skin addrcheck"-xc valgrind -l avoid-strlen-errors -d'Whether to skip error reporting for the strlen function'-a'yes no'