hanchenye-llvm-project/lldb/source/Interpreter
Raphael Isemann 0d9a201e26 [lldb][NFC] Remove ArgEntry::ref member
The StringRef should always be identical to the C string, so we
might as well just create the StringRef from the C-string. This
might be slightly slower until we implement the storage of ArgEntry
with a string instead of a std::unique_ptr<char[]>. Until then we
have to do the additional strlen on the C string to construct the
StringRef.

llvm-svn: 371842
2019-09-13 11:26:48 +00:00
..
CMakeLists.txt Rename lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp to 2019-08-22 20:10:24 +00:00
CommandAlias.cpp [lldb][NFC] Remove ArgEntry::ref member 2019-09-13 11:26:48 +00:00
CommandHistory.cpp
CommandInterpreter.cpp [lldb][NFC] Remove ArgEntry::ref member 2019-09-13 11:26:48 +00:00
CommandObject.cpp [lldb][NFC] Remove ArgEntry::ref member 2019-09-13 11:26:48 +00:00
CommandObjectRegexCommand.cpp [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
CommandObjectScript.cpp
CommandObjectScript.h
CommandOptionValidators.cpp
CommandReturnObject.cpp
InterpreterProperties.td [lldb] Qualify includes of Properties[Enum].inc files. NFC 2019-07-29 17:22:10 +00:00
OptionArgParser.cpp [Utility] Reimplement RegularExpression on top of llvm::Regex 2019-08-16 21:25:36 +00:00
OptionGroupArchitecture.cpp [lldb][NFC] Remove dead code that is supposed to handle invalid command options 2019-08-22 08:08:05 +00:00
OptionGroupBoolean.cpp
OptionGroupFile.cpp
OptionGroupFormat.cpp [lldb][NFC] Remove dead code that is supposed to handle invalid command options 2019-08-22 08:08:05 +00:00
OptionGroupOutputFile.cpp [lldb][NFC] Remove dead code that is supposed to handle invalid command options 2019-08-22 08:08:05 +00:00
OptionGroupPlatform.cpp [lldb][NFC] Remove dead code that is supposed to handle invalid command options 2019-08-22 08:08:05 +00:00
OptionGroupString.cpp
OptionGroupUInt64.cpp
OptionGroupUUID.cpp [lldb][NFC] Remove dead code that is supposed to handle invalid command options 2019-08-22 08:08:05 +00:00
OptionGroupValueObjectDisplay.cpp [lldb][NFC] Remove dead code that is supposed to handle invalid command options 2019-08-22 08:08:05 +00:00
OptionGroupVariable.cpp [lldb][NFC] Remove dead code that is supposed to handle invalid command options 2019-08-22 08:08:05 +00:00
OptionGroupWatchpoint.cpp [lldb][NFC] Remove dead code that is supposed to handle invalid command options 2019-08-22 08:08:05 +00:00
OptionValue.cpp [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
OptionValueArch.cpp [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
OptionValueArgs.cpp
OptionValueArray.cpp
OptionValueBoolean.cpp [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
OptionValueChar.cpp
OptionValueDictionary.cpp [lldb][NFC] Remove ArgEntry::ref member 2019-09-13 11:26:48 +00:00
OptionValueEnumeration.cpp [lldb][NFC] NFC cleanup for the completion code 2019-08-22 09:02:54 +00:00
OptionValueFileSpec.cpp [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
OptionValueFileSpecList.cpp Rename lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp to 2019-08-22 20:10:24 +00:00
OptionValueFormat.cpp
OptionValueFormatEntity.cpp [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values 2019-08-22 07:41:23 +00:00
OptionValueLanguage.cpp Extend FindTypes with CompilerContext to allow filtering by language. 2019-08-22 21:45:58 +00:00
OptionValuePathMappings.cpp
OptionValueProperties.cpp
OptionValueRegex.cpp [lldb] D66174 `RegularExpression` cleanup 2019-08-20 09:24:20 +00:00
OptionValueSInt64.cpp
OptionValueString.cpp
OptionValueUInt64.cpp
OptionValueUUID.cpp [lldb][NFC] NFC cleanup for the completion code 2019-08-22 09:02:54 +00:00
Options.cpp [lldb][NFC] Remove ArgEntry::ref member 2019-09-13 11:26:48 +00:00
Property.cpp
ScriptInterpreter.cpp
embedded_interpreter.py [Python] Flush prompt before reading input 2019-06-25 17:27:38 +00:00