diff options
Diffstat (limited to 'include/lldb/API/SBInstruction.h')
-rw-r--r-- | include/lldb/API/SBInstruction.h | 2 |
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); |