aboutsummaryrefslogtreecommitdiff
path: root/scripts/interface/SBInstructionList.i
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/interface/SBInstructionList.i')
-rw-r--r--scripts/interface/SBInstructionList.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/interface/SBInstructionList.i b/scripts/interface/SBInstructionList.i
index 32603be5cc1e..f4b572c341cd 100644
--- a/scripts/interface/SBInstructionList.i
+++ b/scripts/interface/SBInstructionList.i
@@ -44,6 +44,9 @@ public:
lldb::SBInstruction
GetInstructionAtIndex (uint32_t idx);
+ size_t GetInstructionsCount(const SBAddress &start, const SBAddress &end,
+ bool canSetBreakpoint);
+
void
Clear ();