New python script that print a specified number of lines surrounding a
authorJohn Criswell <criswell@uiuc.edu>
Mon, 2 Aug 2004 22:28:50 +0000 (22:28 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 2 Aug 2004 22:28:50 +0000 (22:28 +0000)
commit21eccb6563eb467d8dc7ab8cb7c3cccad55c38a5
tree550da32a39826369e2de970269bb8087c7557a67
parent9b87287e7df82dd82570396cdba0da42eb4fca93
New python script that print a specified number of lines surrounding a
located pattern.
In other words, grep -C for Solaris.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15425 91177308-0d34-0410-b5e6-96231b3b80d8
test/Scripts/prcontext.py [new file with mode: 0755]