From 20e79d4e43a8734cdc5c4f9ca5b204a2c44aca8e Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Fri, 25 Aug 2023 14:08:25 -0400 Subject: DWARF Import : Misc code cleanup, improvements, and enabling by default changes This includes: Gracefully handle missing DIE references Partially revert 7849cda Misc DWARFv5 Fixes Speed Improvements Fix crash on unexpected EOF Partially revert 0d5fe9ec8963a26361b8bf1af17e029afc87f952 and Correctly initialize DWARF Import plugin --- docs/guide/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/settings.md') diff --git a/docs/guide/settings.md b/docs/guide/settings.md index b267c3fc..15a7f320 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -118,7 +118,7 @@ All settings are uniquely identified with an identifier string. Identifiers are |corePlugins|Database Viewer (Debug)|Enable the built-in Database Viewer plugin. Be aware this is a debug feature and may not be well-behaved.|`boolean`|`False`|[`SettingsUserScope`]|corePlugins.databaseViewer| |corePlugins|Debugger|Enable the built-in debugger plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.debugger| |corePlugins|DWARF Export Plugin|Enable the experimental DWARF export plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.dwarfExport| -|corePlugins|DWARF Import Plugin|Enable the experimental DWARF import plugin.|`boolean`|`False`|[`SettingsUserScope`]|corePlugins.dwarfImport| +|corePlugins|DWARF Import Plugin|Enable the experimental DWARF import plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.dwarfImport| |corePlugins|IDB Import Plugin (Experimental)|Enable the built-in IDB import plugin.|`boolean`|`False`|[`SettingsUserScope`]|corePlugins.idbImport| |corePlugins|PDB Import Plugin|Enable the built-in PDB import plugin.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.pdbImport| |corePlugins|DECREE Platform|Enable the built-in DECREE platform module.|`boolean`|`True`|[`SettingsUserScope`]|corePlugins.platforms.decree| -- cgit v1.3.1