bolt/deps/llvm-18.1.8/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDBProperties.td

10 lines
378 B
TableGen
Raw Normal View History

2025-02-14 19:21:04 +01:00
include "../../../../include/lldb/Core/PropertiesBase.td"
let Definition = "jitloadergdb" in {
def Enable: Property<"enable", "Enum">,
Global,
DefaultEnumValue<"eEnableJITLoaderGDBDefault">,
EnumValues<"OptionEnumValues(g_enable_jit_loader_gdb_enumerators)">,
Desc<"Enable GDB's JIT compilation interface (default: enabled on all platforms except macOS)">;
}