<rdar://problem/12903081>
authorEnrico Granata <egranata@apple.com>
Thu, 20 Dec 2012 02:07:45 +0000 (02:07 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 20 Dec 2012 02:07:45 +0000 (02:07 +0000)
commit04e92149a1578a714c36963405039c52ef0f5a48
tree6b282e1c16736495f1a7552f686f2c246f3c6f8a
parent7bdc45b570e06a1f1bf664f80f9d7cb28501c721
<rdar://problem/12903081>

When looking for the Python script to load for a given module, replace dots with underscores if there are any after stripping the extension
This means that for a module named foo.devel.xyz a file named foo_devel.py will be what we try to load

llvm-svn: 170633
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp