1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
| /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|* *|
|* Property definition enum for LLDB. *|
|* *|
|* Automatically generated file, do not edit! *|
|* *|
\*===----------------------------------------------------------------------===*/
// Property enum cases for debugger
#ifdef LLDB_PROPERTIES_debugger
ePropertyAutoConfirm,
ePropertyAutoIndent,
ePropertyAutoOneLineSummaries,
ePropertyDisassemblyFormat,
ePropertyEscapeNonPrintables,
ePropertyFrameFormat,
ePropertyFrameFormatUnique,
ePropertyHighlightSource,
ePropertyNotiftVoid,
ePropertyPrintDecls,
ePropertyPrompt,
ePropertyScriptLanguage,
ePropertyStopDisassemblyCount,
ePropertyStopDisassemblyDisplay,
ePropertyStopLineCountAfter,
ePropertyStopLineCountBefore,
ePropertyStopShowColumn,
ePropertyStopShowColumnAnsiPrefix,
ePropertyStopShowColumnAnsiSuffix,
ePropertyTabSize,
ePropertyTerminalWidth,
ePropertyThreadFormat,
ePropertyThreadStopFormat,
ePropertyUseColor,
ePropertyUseExternalEditor,
#undef LLDB_PROPERTIES_debugger
#endif // debugger Property
// Property enum cases for modulelist
#ifdef LLDB_PROPERTIES_modulelist
ePropertyClangModulesCachePath,
ePropertyEnableExternalLookup,
#undef LLDB_PROPERTIES_modulelist
#endif // modulelist Property
|