llvm-project/lldb/source/Plugins/Platform/gdb-server
Zachary Turner 2833321f09 Update StructuredData::String to return StringRefs.
It was returning const std::string& which was leading to
unnecessary copies all over the place, and preventing people
from doing things like Dict->GetValueForKeyAsString("foo", ref);

llvm-svn: 302875
2017-05-12 05:49:54 +00:00
..
CMakeLists.txt [CMake] [3/4] Update a batch of plugins 2017-01-31 22:29:11 +00:00
PlatformRemoteGDBServer.cpp Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
PlatformRemoteGDBServer.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00