diff options
Diffstat (limited to 'scripts/interface/SBFrame.i')
| -rw-r--r-- | scripts/interface/SBFrame.i | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/interface/SBFrame.i b/scripts/interface/SBFrame.i index b8654cb0eb60..1ba2c2ebcd97 100644 --- a/scripts/interface/SBFrame.i +++ b/scripts/interface/SBFrame.i @@ -154,6 +154,17 @@ public: IsInlined() const; %feature("docstring", " + /// Return true if this frame is artificial (e.g a frame synthesized to + /// capture a tail call). Local variables may not be available in an artificial + /// frame. + ") IsArtificial; + bool + IsArtificial(); + + bool + IsArtificial() const; + + %feature("docstring", " /// The version that doesn't supply a 'use_dynamic' value will use the /// target's default. ") EvaluateExpression; |
