summaryrefslogtreecommitdiff
path: root/scripts/interface/SBFrame.i
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-04-16 16:04:10 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-04-16 16:04:10 +0000
commit74a628f776edb588bff8f8f5cc16eac947c9d631 (patch)
treedc32e010ac4902621e5a279bfeb48628f7f0e166 /scripts/interface/SBFrame.i
parentafed7be32164a598f8172282c249af7266c48b46 (diff)
Notes
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 1c10a9b6e3e81..b8654cb0eb60a 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.