summaryrefslogtreecommitdiff
path: root/include/lldb/API/SBInstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBInstruction.h')
-rw-r--r--include/lldb/API/SBInstruction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lldb/API/SBInstruction.h b/include/lldb/API/SBInstruction.h
index 0fc12eb61cba..23daf1c56637 100644
--- a/include/lldb/API/SBInstruction.h
+++ b/include/lldb/API/SBInstruction.h
@@ -53,6 +53,8 @@ public:
bool HasDelaySlot();
+ bool CanSetBreakpoint();
+
void Print(FILE *out);
bool GetDescription(lldb::SBStream &description);