From c37a23621c640686772615b33efffd84ef0793f5 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 25 Oct 2022 16:42:20 -0400 Subject: Prevent applying two different debug infoes at the same time --- binaryview.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binaryview.cpp') diff --git a/binaryview.cpp b/binaryview.cpp index 71b3d6f0..e78333d5 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -2581,6 +2581,12 @@ void BinaryView::SetDebugInfo(Ref newDebugInfo) } +bool BinaryView::IsApplyingDebugInfo() const +{ + return BNIsApplyingDebugInfo(m_object); +} + + void BinaryView::BeginBulkModifySymbols() { BNBeginBulkModifySymbols(m_object); -- cgit v1.3.1