llvm/tools/lldb/source/Core/CorePropertiesEnum.inc

/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|*                                                                            *|
|* Property definition enum for LLDB.                                         *|
|*                                                                            *|
|* Automatically generated file, do not edit!                                 *|
|* From: CoreProperties.td                                                    *|
|*                                                                            *|
\*===----------------------------------------------------------------------===*/

// Property enum cases for debugger
#ifdef LLDB_PROPERTIES_debugger
ePropertyAutoConfirm,
ePropertyAutoIndent,
ePropertyAutoOneLineSummaries,
ePropertyDWIMPrintVerbosity,
ePropertyDisassemblyFormat,
ePropertyEscapeNonPrintables,
ePropertyExternalEditor,
ePropertyFrameFormat,
ePropertyFrameFormatUnique,
ePropertyHighlightSource,
ePropertyNotiftVoid,
ePropertyPrintDecls,
ePropertyPrompt,
ePropertyPromptAnsiPrefix,
ePropertyPromptAnsiSuffix,
ePropertyREPLLanguage,
ePropertyScriptLanguage,
ePropertyShowAutosuggestion,
ePropertyShowAutosuggestionAnsiPrefix,
ePropertyShowAutosuggestionAnsiSuffix,
ePropertyShowDontUsePoHint,
ePropertyShowInlineDiagnostics,
ePropertyShowProgress,
ePropertyShowProgressAnsiPrefix,
ePropertyShowProgressAnsiSuffix,
ePropertyShowRegexMatchAnsiPrefix,
ePropertyShowRegexMatchAnsiSuffix,
ePropertyStopDisassemblyCount,
ePropertyStopDisassemblyDisplay,
ePropertyStopDisassemblyMaxSize,
ePropertyStopLineCountAfter,
ePropertyStopLineCountBefore,
ePropertyStopShowColumn,
ePropertyStopShowColumnAnsiPrefix,
ePropertyStopShowColumnAnsiSuffix,
ePropertyStopShowLineMarkerAnsiPrefix,
ePropertyStopShowLineMarkerAnsiSuffix,
ePropertyTabSize,
ePropertyTerminalWidth,
ePropertyThreadFormat,
ePropertyThreadStopFormat,
ePropertyUseColor,
ePropertyUseExternalEditor,
ePropertyUseSourceCache,
#undef LLDB_PROPERTIES_debugger
#endif // debugger Property

// Property enum cases for modulelist
#ifdef LLDB_PROPERTIES_modulelist
ePropertyAutoDownload,
ePropertyClangModulesCachePath,
ePropertyEnableBackgroundLookup,
ePropertyEnableExternalLookup,
ePropertyEnableLLDBIndexCache,
ePropertyLLDBIndexCacheExpirationDays,
ePropertyLLDBIndexCacheMaxByteSize,
ePropertyLLDBIndexCacheMaxPercent,
ePropertyLLDBIndexCachePath,
ePropertyLoadSymbolOnDemand,
ePropertySymLinkPaths,
#undef LLDB_PROPERTIES_modulelist
#endif // modulelist Property