diff --git a/lldb/bindings/python/CMakeLists.txt b/lldb/bindings/python/CMakeLists.txt --- a/lldb/bindings/python/CMakeLists.txt +++ b/lldb/bindings/python/CMakeLists.txt @@ -103,15 +103,15 @@ ${lldb_python_target_dir} "plugins" FILES - "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_process.py" - "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_platform.py") + "${LLDB_SOURCE_DIR}/examples/python/templates/scripted_process.py" + "${LLDB_SOURCE_DIR}/examples/python/templates/scripted_platform.py") if(APPLE) create_python_package( ${swig_target} ${lldb_python_target_dir} "macosx" FILES "${LLDB_SOURCE_DIR}/examples/python/crashlog.py" - "${LLDB_SOURCE_DIR}/examples/python/scripted_process/crashlog_scripted_process.py" + "${LLDB_SOURCE_DIR}/examples/python/crashlog_scripted_process.py" "${LLDB_SOURCE_DIR}/examples/darwin/heap_find/heap.py") create_python_package( diff --git a/lldb/examples/python/scripted_process/crashlog_scripted_process.py b/lldb/examples/python/crashlog_scripted_process.py rename from lldb/examples/python/scripted_process/crashlog_scripted_process.py rename to lldb/examples/python/crashlog_scripted_process.py diff --git a/lldb/examples/python/scripted_process/scripted_platform.py b/lldb/examples/python/templates/scripted_platform.py rename from lldb/examples/python/scripted_process/scripted_platform.py rename to lldb/examples/python/templates/scripted_platform.py diff --git a/lldb/examples/python/scripted_process/scripted_process.py b/lldb/examples/python/templates/scripted_process.py rename from lldb/examples/python/scripted_process/scripted_process.py rename to lldb/examples/python/templates/scripted_process.py