llvm-project/lldb/include/lldb/Interpreter
Pavel Labath 5f19b90783 Move ArchSpec to the Utility module
The rationale here is that ArchSpec is used throughout the codebase,
including in places which should not depend on the rest of the code in
the Core module.

This commit touches many files, but most of it is just renaming of
 #include lines. In a couple of cases, I removed the #include ArchSpec
line altogether, as the file was not using it. In one or two places,
this necessitated adding other #includes like lldb-private-defines.h.

llvm-svn: 318048
2017-11-13 16:16:33 +00:00
..
Args.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
CommandAlias.h Make CommandObject help getters/setters use StringRef. 2016-11-12 20:41:02 +00:00
CommandCompletions.h Use LLVM for file / directory enumeration. 2017-03-13 02:44:39 +00:00
CommandHistory.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CommandInterpreter.h Implement interactive command interruption 2017-10-05 23:41:28 +00:00
CommandObject.h Move StringList from Core -> Utility. 2017-03-21 18:25:04 +00:00
CommandObjectMultiword.h Change some more CommandObject functions to StringRef. 2016-11-13 02:50:32 +00:00
CommandObjectRegexCommand.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CommandOptionValidators.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CommandReturnObject.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionGroupArchitecture.h Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
OptionGroupBoolean.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionGroupFile.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionGroupFormat.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionGroupOutputFile.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionGroupPlatform.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionGroupString.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionGroupUInt64.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionGroupUUID.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionGroupValueObjectDisplay.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionGroupVariable.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionGroupWatchpoint.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValue.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueArch.h Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
OptionValueArgs.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
OptionValueArray.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueBoolean.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueChar.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueDictionary.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueEnumeration.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueFileSpec.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueFileSpecList.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueFormat.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueFormatEntity.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueLanguage.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValuePathMappings.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueProperties.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueRegex.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueSInt64.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueString.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueUInt64.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValueUUID.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OptionValues.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Options.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Property.h iwyu fixes for lldbCore. 2017-04-06 21:28:29 +00:00
ScriptInterpreter.h Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00