From 5790759a061522a60903efba2bab67937062729d Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Fri, 24 Aug 2012 00:30:47 +0000 Subject: Adding bindings to the Script Interpreter for some basic Python OS plugin functionality (still WIP) llvm-svn: 162513 --- lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h') diff --git a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h index 850ec64..5711426 100644 --- a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h +++ b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h @@ -14,6 +14,7 @@ // C Includes // C++ Includes // Other libraries and framework includes +#include "lldb/Interpreter/ScriptInterpreter.h" #include "lldb/Target/OperatingSystem.h" class DynamicRegisterInfo; @@ -82,6 +83,8 @@ protected: lldb::ValueObjectSP m_thread_list_valobj_sp; std::auto_ptr m_register_info_ap; + lldb_private::ScriptInterpreter *m_interpreter; + void* m_python_object; }; -- cgit v1.1