[Lldb-commits] [PATCH] Python split [1/2] - File renames

Zachary Turner zturner at google.com
Fri Feb 27 17:09:05 PST 2015


Attempt 2 at file renames.  This makes source\API\Bindings\Python and a corresponding include folder.  I have this building and linking on Windows, python works etc.  I'll update the other patch with the updated second part.  The formatting issue should be fixed as well, so it should be easy to see what actually changed.

I haven't tried this on Linux yet, plan to do so.  But want to see if this is the right high-level organization that can make it work with the Xcode build first.


http://reviews.llvm.org/D7956

Files:
  include/lldb/API/bindings/Python/PythonDataObjects.h
  include/lldb/API/bindings/Python/PythonPointer.h
  include/lldb/API/bindings/Python/ScriptInterpreterPython.h
  include/lldb/Interpreter/PythonDataObjects.h
  include/lldb/Interpreter/ScriptInterpreter.h
  include/lldb/Interpreter/ScriptInterpreterNone.h
  include/lldb/Interpreter/ScriptInterpreterPython.h
  include/lldb/ScriptInterpreter/ScriptInterpreter.h
  include/lldb/ScriptInterpreter/ScriptInterpreterNone.h
  include/lldb/Utility/PythonPointer.h
  source/API/Bindings/Python/PythonDataObjects.cpp
  source/API/Bindings/Python/ScriptInterpreterPython.cpp
  source/API/Bindings/Python/embedded_interpreter.py
  source/Interpreter/PythonDataObjects.cpp
  source/Interpreter/ScriptInterpreter.cpp
  source/Interpreter/ScriptInterpreterNone.cpp
  source/Interpreter/ScriptInterpreterPython.cpp
  source/Interpreter/embedded_interpreter.py
  source/ScriptInterpreter/ScriptInterpreter.cpp
  source/ScriptInterpreter/ScriptInterpreterNone.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7956.20917.patch
Type: text/x-patch
Size: 370106 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150228/1cbfc8f6/attachment.bin>


More information about the lldb-commits mailing list