From 3104042adab833e73a71738f57070ab881ade615 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Wed, 28 Sep 2022 18:21:13 -0400 Subject: Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; Add API bindings for `BinaryView::GetDebugInfo()`, `BinaryView::ApplyDebugInfo()`, and `BinaryView::SetDebugInfo()`; Remove `analysis.experimental.parseDebugInfo` (in favor of `loader.debugInfoInternal` and `loader.debugInfoExternal`) --- ui/settingsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') diff --git a/ui/settingsview.h b/ui/settingsview.h index 5a785784..5507f182 100644 --- a/ui/settingsview.h +++ b/ui/settingsview.h @@ -186,6 +186,7 @@ class BINARYNINJAUIAPI SettingsEditor : public QWidget void selectUiFont(); void selectInterpreter(); void selectVirtualEnv(); + void selectExternalDebugInfo(); public Q_SLOTS: void updateScope(BinaryViewRef, BNSettingsScope); -- cgit v1.3.1