llvm-project/lldb/source/Interpreter
Jim Ingham f7e0725628 Fix serialization of Python breakpoint commands.
CommandData breakpoint commands didn't know whether they were
Python or Command line commands, so they couldn't serialize &
deserialize themselves properly.  Fix that.
I also changed the "breakpoint list" command to note in the output
when the commands are Python commands.  Fortunately only one test
was relying on this explicit bit of text output.

llvm-svn: 282432
2016-09-26 19:47:37 +00:00
..
Args.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
CMakeLists.txt Add CommandAlias.cpp to CMakeLists 2016-03-08 21:29:49 +00:00
CommandAlias.cpp Convert 3 more functions to use a StringRef. 2016-09-19 21:56:59 +00:00
CommandHistory.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CommandInterpreter.cpp Update the prompt related functions to use StringRefs. 2016-09-23 18:06:53 +00:00
CommandObject.cpp Convert 3 more functions to use a StringRef. 2016-09-19 21:56:59 +00:00
CommandObjectRegexCommand.cpp Make lldb::Regex use StringRef. 2016-09-21 16:01:28 +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 *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +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 Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +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 Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionGroupWatchpoint.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionValue.cpp Update the prompt related functions to use StringRefs. 2016-09-23 18:06:53 +00:00
OptionValueArch.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
OptionValueArgs.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
OptionValueArray.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
OptionValueBoolean.cpp Fix more functions in Args to use StringRef. 2016-09-19 17:54:06 +00:00
OptionValueChar.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionValueDictionary.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionValueEnumeration.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
OptionValueFileSpec.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
OptionValueFileSpecLIst.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +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 *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
OptionValueLanguage.cpp Convert many functions to use StringRefs. 2016-09-17 02:00:02 +00:00
OptionValuePathMappings.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
OptionValueProperties.cpp Update the prompt related functions to use StringRefs. 2016-09-23 18:06:53 +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 Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionValueUInt64.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
OptionValueUUID.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Options.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +00:00
Property.cpp Update OptionGroup::SetValue to take StringRef. 2016-09-23 17:48:13 +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