aboutsummaryrefslogtreecommitdiff
path: root/scripts/interface/SBFrame.i
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/interface/SBFrame.i')
-rw-r--r--scripts/interface/SBFrame.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/interface/SBFrame.i b/scripts/interface/SBFrame.i
index 1c10a9b6e3e8..b8654cb0eb60 100644
--- a/scripts/interface/SBFrame.i
+++ b/scripts/interface/SBFrame.i
@@ -133,6 +133,14 @@ public:
const char *
GetFunctionName() const;
+
+ %feature("docstring", "
+ /// Returns the language of the frame's SBFunction, or if there.
+ /// is no SBFunction, guess the language from the mangled name.
+ /// .
+ ") GuessLanguage;
+ lldb::LanguageType
+ GuessLanguage() const;
%feature("docstring", "
/// Return true if this frame represents an inlined function.