3 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
7 # A wrapper that runs the program and filters the output through
8 # asan_symbolize.py and c++filt
10 # TODO(glider): this should be removed once EmbeddedTool in valgrind_test.py
11 # starts supporting pipes.
13 export THISDIR
=`dirname $0`
15 $THISDIR/asan_symbolize.py |