We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743e70b commit 7323e7eCopy full SHA for 7323e7e
lldb/bindings/python/python-wrapper.swig
@@ -837,7 +837,7 @@ bool lldb_private::python::SWIGBridge::LLDBSwigPython_ShouldHide(
837
bool ret_val = result ? PyObject_IsTrue(result) : false;
838
Py_XDECREF(result);
839
840
- return ret_val;
+ return result;
841
}
842
843
void *lldb_private::python::SWIGBridge::LLDBSWIGPython_GetDynamicSetting(
0 commit comments