Copy StringExtractor to StdStringExtractor.
authorZachary Turner <zturner@google.com>
Mon, 29 Aug 2016 19:45:59 +0000 (19:45 +0000)
committerZachary Turner <zturner@google.com>
Mon, 29 Aug 2016 19:45:59 +0000 (19:45 +0000)
commit44c35e80b165cbd193a39966b7ba434b676071c0
tree760fb68de81aed88407eb82c7ec26c2ec14cd857
parent47ca88ace26370365fbd2a5919be4af66fa7f4a6
Copy StringExtractor to StdStringExtractor.

I have some improvements to make to StringExtractor that require
using LLVM.  debugserver can't take a dependency on LLVM but uses
this file, so I'm forking it off into StdStringExtractor and
StringExtractor, so that StringExtractor can take advantage of
some performance improvements and readability improvements that
LLVM can provide.

llvm-svn: 279997
lldb/include/lldb/Utility/StdStringExtractor.h [new file with mode: 0644]
lldb/source/Utility/CMakeLists.txt
lldb/source/Utility/StdStringExtractor.cpp [new file with mode: 0644]
lldb/tools/debugserver/source/JSON.cpp
lldb/tools/debugserver/source/JSON.h
lldb/tools/debugserver/source/RNBRemote.cpp