blob: cba39a73aa011dfbb37f67cf7c687bf9879569e1 [file] [log] [blame] [edit]
include "../../../../include/lldb/Core/PropertiesBase.td"
let Definition = "symbolfiledwarf", Path = "plugin.symbol-file.dwarf" in {
def IgnoreIndexes: Property<"ignore-file-indexes", "Boolean">,
Global,
DefaultFalse,
Desc<"Ignore indexes present in the object files and always index DWARF manually.">;
}