llvm-project/lldb/source/Plugins
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
..
ABI Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Disassembler Rename Error -> Status. 2017-05-12 04:51:55 +00:00
DynamicLoader Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
ExpressionParser Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Instruction Rename Error -> Status. 2017-05-12 04:51:55 +00:00
InstrumentationRuntime Rename Error -> Status. 2017-05-12 04:51:55 +00:00
JITLoader Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Language Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LanguageRuntime Rename Error -> Status. 2017-05-12 04:51:55 +00:00
MemoryHistory Rename Error -> Status. 2017-05-12 04:51:55 +00:00
ObjectContainer Change UniqueCStringMap to use ConstString as the key 2017-05-02 10:17:30 +00:00
ObjectFile Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OperatingSystem Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
Platform Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
Process Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
ScriptInterpreter Rename Error -> Status. 2017-05-12 04:51:55 +00:00
StructuredData Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
SymbolFile Rename Error -> Status. 2017-05-12 04:51:55 +00:00
SymbolVendor Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
SystemRuntime Rename Error -> Status. 2017-05-12 04:51:55 +00:00
UnwindAssembly Rename Error -> Status. 2017-05-12 04:51:55 +00:00
CMakeLists.txt Add StructuredData plugin type; showcase with new DarwinLog feature 2016-08-19 04:21:48 +00:00