llvm-project/lldb/source/Interpreter
Jason Molenda a1609ff658 Jim unintentionally had the gdb-format specifiers falling through
after r276132 so that 'x/4b' would print out a series of 4 8-byte
quantities.  Fix that, add a test case.

<rdar://problem/29930833> 

llvm-svn: 293002
2017-01-25 01:41:48 +00:00
..
Args.cpp Fix a couple of incorrect format string warnings 2016-12-22 19:15:07 +00:00
CMakeLists.txt Add CommandAlias.cpp to CMakeLists 2016-03-08 21:29:49 +00:00
CommandAlias.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
CommandHistory.cpp Fix some build errors. 2016-11-18 23:32:37 +00:00
CommandInterpreter.cpp Fix incorrectly named variables. 2016-12-15 00:30:30 +00:00
CommandObject.cpp Modernize the Args access pattern in a few more commands. 2016-12-09 01:08:29 +00:00
CommandObjectRegexCommand.cpp Make CommandObject help getters/setters use StringRef. 2016-11-12 20:41:02 +00:00
CommandObjectScript.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CommandObjectScript.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CommandOptionValidators.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CommandReturnObject.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
OptionGroupArchitecture.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupBoolean.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupFile.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupFormat.cpp Jim unintentionally had the gdb-format specifiers falling through 2017-01-25 01:41:48 +00:00
OptionGroupOutputFile.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupPlatform.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupString.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupUInt64.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupUUID.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupValueObjectDisplay.cpp Try again to match the logic of the code before re-writing. 2016-09-23 18:13:18 +00:00
OptionGroupVariable.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
OptionGroupWatchpoint.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionValue.cpp Rewrite all Property related functions in terms of StringRef. 2016-11-17 18:08:12 +00:00
OptionValueArch.cpp Convert AutoComplete related code to StringRef. 2016-11-17 01:37:42 +00:00
OptionValueArgs.cpp Rewrite all Property related functions in terms of StringRef. 2016-11-17 18:08:12 +00:00
OptionValueArray.cpp Rewrite all Property related functions in terms of StringRef. 2016-11-17 18:08:12 +00:00
OptionValueBoolean.cpp Convert AutoComplete related code to StringRef. 2016-11-17 01:37:42 +00:00
OptionValueChar.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionValueDictionary.cpp Re-add "demonstrate new Args API" 2016-11-22 17:10:15 +00:00
OptionValueEnumeration.cpp Convert AutoComplete related code to StringRef. 2016-11-17 01:37:42 +00:00
OptionValueFileSpec.cpp Convert AutoComplete related code to StringRef. 2016-11-17 01:37:42 +00:00
OptionValueFileSpecLIst.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
OptionValueFormat.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
OptionValueFormatEntity.cpp Convert AutoComplete related code to StringRef. 2016-11-17 01:37:42 +00:00
OptionValueLanguage.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
OptionValuePathMappings.cpp Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 20:34:10 +00:00
OptionValueProperties.cpp Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
OptionValueRegex.cpp Make lldb::Regex use StringRef. 2016-09-21 16:01:28 +00:00
OptionValueSInt64.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
OptionValueString.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
OptionValueUInt64.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionValueUUID.cpp Fix warnings and errors introduced with UUID changes. 2016-11-17 05:14:32 +00:00
Options.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
Property.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
ScriptInterpreter.cpp Fix serialization of Python breakpoint commands. 2016-09-26 19:47:37 +00:00
embedded_interpreter.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00