You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
378 B

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)">;
}