summaryrefslogtreecommitdiff
path: root/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'function.cpp')
-rw-r--r--function.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/function.cpp b/function.cpp
index 6d026359..593085d2 100644
--- a/function.cpp
+++ b/function.cpp
@@ -2778,6 +2778,12 @@ void Function::RequestDebugReport(const string& name)
}
+bool Function::CheckForDebugReport(const string& name)
+{
+ return BNFunctionCheckForDebugReport(m_object, name.c_str());
+}
+
+
string Function::GetGotoLabelName(uint64_t labelId)
{
char* name = BNGetGotoLabelName(m_object, labelId);