[Lldb-commits] [PATCH] D159310: [lldb] Move template python files to separate directory
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 23 09:52:26 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6bff2d51dcc7: [lldb] Move template python files to separate directory (authored by mib).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159310/new/
https://reviews.llvm.org/D159310
Files:
lldb/bindings/python/CMakeLists.txt
lldb/examples/python/crashlog_scripted_process.py
lldb/examples/python/scripted_process/crashlog_scripted_process.py
lldb/examples/python/scripted_process/scripted_platform.py
lldb/examples/python/scripted_process/scripted_process.py
lldb/examples/python/templates/scripted_platform.py
lldb/examples/python/templates/scripted_process.py
Index: lldb/bindings/python/CMakeLists.txt
===================================================================
--- lldb/bindings/python/CMakeLists.txt
+++ 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(
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159310.557845.patch
Type: text/x-patch
Size: 1019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20231023/39cf2e49/attachment.bin>
More information about the lldb-commits
mailing list