aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBFrame.h')
-rw-r--r--include/lldb/API/SBFrame.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lldb/API/SBFrame.h b/include/lldb/API/SBFrame.h
index be5c0920aee5..58339750def6 100644
--- a/include/lldb/API/SBFrame.h
+++ b/include/lldb/API/SBFrame.h
@@ -78,6 +78,10 @@ public:
const char *GetDisplayFunctionName();
const char *GetFunctionName() const;
+
+ // Return the frame function's language. If there isn't a function, then
+ // guess the language type from the mangled name.
+ lldb::LanguageType GuessLanguage() const;
/// Return true if this frame represents an inlined function.
///