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 --- binaryninjaapi.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 72b076d6..f6167129 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3991,6 +3991,12 @@ namespace BinaryNinja { */ void SetDebugInfo(Ref newDebugInfo); + /*! Determine is a debug info object is currently being applied + + \return True if a debug info object is currently being applied + */ + bool IsApplyingDebugInfo() const; + void BeginBulkModifySymbols(); void EndBulkModifySymbols(); -- cgit v1.3.1