From 6cd8e0c9b0e3009e6e2e4e2b3df86c00389d2e32 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Mon, 17 Nov 2014 23:06:20 +0000 Subject: Add APIs on SBFunction and SBCompileUnit to inquire about the language type that the function/compile unit is defined in llvm-svn: 222189 --- lldb/scripts/Python/interface/SBFunction.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/scripts/Python/interface/SBFunction.i') diff --git a/lldb/scripts/Python/interface/SBFunction.i b/lldb/scripts/Python/interface/SBFunction.i index 33cc4481e7b..d3660aff08c 100644 --- a/lldb/scripts/Python/interface/SBFunction.i +++ b/lldb/scripts/Python/interface/SBFunction.i @@ -82,6 +82,9 @@ public: lldb::SBBlock GetBlock (); + + lldb::LanguageType + GetLanguage (); bool GetDescription (lldb::SBStream &description); -- cgit v1.2.3