[Lldb-commits] [PATCH] Delete ScriptInterpreterObject

Zachary Turner zturner at google.com
Mon Mar 16 09:12:30 PDT 2015


Hi Greg, any chance you could get to this this week? Now that i have gtest
working it's of even more importance, because this patch will allow us to
stop linking Python into the unittest exe, which greatly slows its link
time and has some other unwanted side effects on windows.

I think it should be fairly straightforward. No regressions on linux/win,
and compiles on Mac. Only thing I'm not sure about is if
OperatingSystemPython is exercised by linux test suite, because there were
some changes there
On Fri, Mar 13, 2015 at 4:16 PM Zachary Turner <zturner at google.com> wrote:

> Rebase against ToT again, a bunch of more changes just went in for
> ScriptInterpreter.
>
>
> http://reviews.llvm.org/D8128
>
> Files:
>   include/lldb/Core/StructuredData.h
>   include/lldb/DataFormatters/TypeSummary.h
>   include/lldb/DataFormatters/TypeSynthetic.h
>   include/lldb/Interpreter/PythonDataObjects.h
>   include/lldb/Interpreter/ScriptInterpreter.h
>   include/lldb/Interpreter/ScriptInterpreterPython.h
>   include/lldb/Target/ThreadPlanPython.h
>   include/lldb/lldb-forward.h
>   source/Commands/CommandObjectCommands.cpp
>   source/Core/StructuredData.cpp
>   source/DataFormatters/TypeSynthetic.cpp
>   source/Interpreter/PythonDataObjects.cpp
>   source/Interpreter/ScriptInterpreterPython.cpp
>   source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
>   source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
>   source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
>   source/Plugins/Process/Utility/DynamicRegisterInfo.h
>   source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
>   source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
>   source/Target/ThreadPlanPython.cpp
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150316/3c39bb05/attachment.html>


More information about the lldb-commits mailing list