mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
10 lines
251 B
Bash
Executable File
10 lines
251 B
Bash
Executable File
#! /bin/sh
|
|
|
|
dir=`dirname $0`
|
|
|
|
# Remove number and position of discards
|
|
sed "s/discard [0-9]\+ ([0-9]\+ -> [0-9]\+) translations in range/discard ... (... -> ...) translations in range/" |
|
|
|
|
$dir/filter_addresses |
|
|
$dir/filter_test_paths
|