summaryrefslogtreecommitdiff
path: root/include/lldb/Interpreter/PythonDataObjects.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-02-25 21:42:16 +0000
committerEd Maste <emaste@FreeBSD.org>2014-02-25 21:42:16 +0000
commit03b99097822ca3ac69252d9afae716a584ed56c4 (patch)
treee0f754ea0922908b0f1be8f01c4efbdfc20462eb /include/lldb/Interpreter/PythonDataObjects.h
parent866dcdacfe59f5f448e008fe2c4cb9dfcf72b2ec (diff)
Diffstat (limited to 'include/lldb/Interpreter/PythonDataObjects.h')
-rw-r--r--include/lldb/Interpreter/PythonDataObjects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Interpreter/PythonDataObjects.h b/include/lldb/Interpreter/PythonDataObjects.h
index 55df4fd1b0a12..63f1ad5f67bf5 100644
--- a/include/lldb/Interpreter/PythonDataObjects.h
+++ b/include/lldb/Interpreter/PythonDataObjects.h
@@ -98,6 +98,9 @@ namespace lldb_private {
return m_py_obj != NULL;
}
+ bool
+ IsNULLOrNone () const;
+
protected:
PyObject* m_py_obj;
};