SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger
so it can be shared amongst the targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@139564 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/interface/SBTarget.i b/scripts/Python/interface/SBTarget.i
index 4064620..baa151c 100644
--- a/scripts/Python/interface/SBTarget.i
+++ b/scripts/Python/interface/SBTarget.i
@@ -327,6 +327,9 @@
lldb::SBTypeList
FindTypes (const char* type);
+ lldb::SBSourceManager
+ GetSourceManager ();
+
%feature("docstring", "
//------------------------------------------------------------------
/// Find global and static variables by name.