Move StdStringExtractor to tools/debugserver
authorPavel Labath <labath@google.com>
Mon, 12 Sep 2016 16:13:05 +0000 (16:13 +0000)
committerPavel Labath <labath@google.com>
Mon, 12 Sep 2016 16:13:05 +0000 (16:13 +0000)
commit72090c2162edc310c3af99cbf3e2f3c1b393315c
treed71d15c3104a05919d8e01744313bc6fa250f174
parent57ea481945ffff7515b9bf3fe206f6c53ee8fd4a
Move StdStringExtractor to tools/debugserver

The class is only used in the debugserver. The rest of lldb has the StringExtractor class.

Xcode project will need to be updated after this.

llvm-svn: 281226
lldb/source/Utility/CMakeLists.txt
lldb/tools/debugserver/source/CMakeLists.txt
lldb/tools/debugserver/source/JSON.h
lldb/tools/debugserver/source/RNBRemote.cpp
lldb/tools/debugserver/source/StdStringExtractor.cpp [moved from lldb/source/Utility/StdStringExtractor.cpp with 99% similarity]
lldb/tools/debugserver/source/StdStringExtractor.h [moved from lldb/include/lldb/Utility/StdStringExtractor.h with 100% similarity]