brintos

brintos / llvm-project-archived public Read only

0
0
Text · 285 B · 2f1ce88 Raw
9 lines · plain
1include "../../../../include/lldb/Core/PropertiesBase.td"2 3let Definition = "symbolfiledwarf" in {4  def IgnoreIndexes: Property<"ignore-file-indexes", "Boolean">,5    Global,6    DefaultFalse,7    Desc<"Ignore indexes present in the object files and always index DWARF manually.">;8}9