summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2022-10-25 16:42:20 -0400
committerPeter LaFosse <peter@vector35.com>2022-11-10 16:19:13 -0500
commitc37a23621c640686772615b33efffd84ef0793f5 (patch)
tree7b0da8b50fb9620028bb8db4347e3ab3eef878a9 /binaryninjaapi.h
parent2e74d0a19579c8f5dee38c5b8a7660549746146b (diff)
Prevent applying two different debug infoes at the same time
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h6
1 files changed, 6 insertions, 0 deletions
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<DebugInfo> 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();