Adding support for loading the scripting resource as part of a framework, lacking...
authorEnrico Granata <egranata@apple.com>
Thu, 8 Nov 2012 02:44:10 +0000 (02:44 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 8 Nov 2012 02:44:10 +0000 (02:44 +0000)
commit2ffcf43a135a522f966cf03350b65aed6c9a40f3
tree6fd7f110c1a4d0b0013822052df707a7627d6451
parent1759848be00a5ab48ba5bccb70945b30c68da7f1
Adding support for loading the scripting resource as part of a framework, lacking the dSYM bundle, or if the bundle has no Pythonic resources whatsoever
Solving an issue where "command script import" would fail to pick the file indicated by the user as a result of something with the same name being in an earlier position in sys.path

llvm-svn: 167570
lldb/source/Interpreter/ScriptInterpreterPython.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp