Fixing a logic error where we would incorrectly show the newly crafted function not...
authorEnrico Granata <egranata@apple.com>
Thu, 20 Sep 2012 23:23:55 +0000 (23:23 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 20 Sep 2012 23:23:55 +0000 (23:23 +0000)
commiteacb4911a02806b55657e6249cf81ff258e10e65
tree4c1698a9061e274961f15fa00091810cd295ef75
parent2cb5e527f697d0cf93bb3dd8ffa319ca33d19c40
Fixing a logic error where we would incorrectly show the newly crafted function not found error for a Python function in some cases where the function actually existed and had an empty docstring

llvm-svn: 164334
lldb/source/Interpreter/ScriptInterpreterPython.cpp