From 788502c6f6261e2d84ef85d1052b41a6c5be31b3 Mon Sep 17 00:00:00 2001 From: emaste Date: Tue, 25 Feb 2014 21:42:16 +0000 Subject: Import LLDB as of SVN r202189 (git 32871eb) (A number of files not required for the FreeBSD build have been removed.) Sponsored by: DARPA, AFRL --- include/lldb/Interpreter/PythonDataObjects.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/lldb/Interpreter/PythonDataObjects.h') diff --git a/include/lldb/Interpreter/PythonDataObjects.h b/include/lldb/Interpreter/PythonDataObjects.h index 55df4fd..63f1ad5 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; }; -- cgit v1.1