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

Zachary Turner zturner at google.com
Wed Mar 4 14:00:10 PST 2015


This takes Greg's suggestions into account.  It removes the ScriptInterpreter folder, and moves ScriptInterpreter.h/cpp back to their locations in source/Interpreter and include/lldb/Interpreter.

NOTE: This patch won't work without subsequently applying http://reviews.llvm.org/D7957.  You *must* apply http://reviews.llvm.org/D7956 followed by http://reviews.llvm.org/D7957.

Everything compiles, the only thing is I'm getting link errors with argdumper.  It's hard to diff / merge Xcode workspace files, so rather than muck it up with what I think works, I'll just mention this in hope of suggestions.


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/ScriptInterpreterPython.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/ScriptInterpreterPython.cpp
  source/Interpreter/embedded_interpreter.py

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


More information about the lldb-commits mailing list