1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|* *|
|* Property definitions for LLDB. *|
|* *|
|* Automatically generated file, do not edit! *|
|* *|
\*===----------------------------------------------------------------------===*/
// Property definitions for symbolfiledwarf
#ifdef LLDB_PROPERTIES_symbolfiledwarf
static constexpr PropertyDefinition g_symbolfiledwarf_properties[] = {
{"ignore-file-indexes", OptionValue::eTypeBoolean, true, 0, nullptr, {}, "Ignore indexes present in the object files and always index DWARF manually."},
{"comp-dir-symlink-paths", OptionValue::eTypeFileSpecList, true, 0, "", {}, "If the DW_AT_comp_dir matches any of these paths the symbolic links will be resolved at DWARF parse time."},
};
#undef LLDB_PROPERTIES_symbolfiledwarf
#endif // symbolfiledwarf Property
|