]>
git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/dwarf-debug-notes/stabs-filter.pl
11 # get stabs lines that match "NNNNNNN - xxx"
12 if(m/^([0-9a-f]+) - ([0-9a-f]+) (.*?)$/)
14 # replace any occurances of cwd path with $CWD
16 if($line =~ m/(.*?)$dir(.*?)$/)
18 $line = $1 . "CWD" . $2;