diff options
Diffstat (limited to 'lldb/include/lldb/API/SBInstruction.h')
| -rw-r--r-- | lldb/include/lldb/API/SBInstruction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBInstruction.h b/lldb/include/lldb/API/SBInstruction.h index ca40cf493ea..0bb58779560 100644 --- a/lldb/include/lldb/API/SBInstruction.h +++ b/lldb/include/lldb/API/SBInstruction.h @@ -31,6 +31,8 @@ public: ~SBInstruction(); + explicit operator bool() const; + bool IsValid(); SBAddress GetAddress(); |

