diff options
Diffstat (limited to 'include/lldb/API/SBFrame.h')
| -rw-r--r-- | include/lldb/API/SBFrame.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lldb/API/SBFrame.h b/include/lldb/API/SBFrame.h index b8953dd13236..1123dade5de2 100644 --- a/include/lldb/API/SBFrame.h +++ b/include/lldb/API/SBFrame.h @@ -90,6 +90,10 @@ public: bool IsInlined() const; + bool IsArtificial(); + + bool IsArtificial() const; + /// The version that doesn't supply a 'use_dynamic' value will use the /// target's default. lldb::SBValue EvaluateExpression(const char *expr); |
