[all-commits] [llvm/llvm-project] 77374d: [lldb] Move ScriptInterpreter Interfaces to subdir...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Mon Oct 23 09:52:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77374d3b53cee7829ba70b13abf33e0d63d9d256
https://github.com/llvm/llvm-project/commit/77374d3b53cee7829ba70b13abf33e0d63d9d256
Author: Med Ismail Bennani <ismail at bennani.ma>
Date: 2023-10-23 (Mon, 23 Oct 2023)
Changed paths:
A lldb/include/lldb/Interpreter/Interfaces/ScriptedInterface.h
A lldb/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h
A lldb/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h
A lldb/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h
M lldb/include/lldb/Interpreter/ScriptInterpreter.h
R lldb/include/lldb/Interpreter/ScriptedInterface.h
R lldb/include/lldb/Interpreter/ScriptedPlatformInterface.h
R lldb/include/lldb/Interpreter/ScriptedProcessInterface.h
M lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
A lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/CMakeLists.txt
A lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPlatformPythonInterface.cpp
A lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPlatformPythonInterface.h
A lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.cpp
A lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.h
A lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.cpp
A lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.h
A lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedThreadPythonInterface.cpp
A lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedThreadPythonInterface.h
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
R lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPlatformPythonInterface.cpp
R lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPlatformPythonInterface.h
R lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp
R lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
R lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp
R lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h
R lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.cpp
R lldb/source/Plugins/ScriptInterpreter/Python/ScriptedThreadPythonInterface.h
Log Message:
-----------
[lldb] Move ScriptInterpreter Interfaces to subdirectory (NFC)
As we're consolidating and streamlining the various scripting
affordances of lldb, we keep creating new interface files.
This patch groups all the current interface files into a separate sub
directory called `Interfaces` both in the core `Interpreter` directory
and the `ScriptInterpreter` plugin directory.
Differential Revision: https://reviews.llvm.org/D158833
Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
Commit: 6bff2d51dcc7a369ba82fd44faa9eb207c621267
https://github.com/llvm/llvm-project/commit/6bff2d51dcc7a369ba82fd44faa9eb207c621267
Author: Med Ismail Bennani <ismail at bennani.ma>
Date: 2023-10-23 (Mon, 23 Oct 2023)
Changed paths:
M lldb/bindings/python/CMakeLists.txt
A lldb/examples/python/crashlog_scripted_process.py
R lldb/examples/python/scripted_process/crashlog_scripted_process.py
R lldb/examples/python/scripted_process/scripted_platform.py
R lldb/examples/python/scripted_process/scripted_process.py
A lldb/examples/python/templates/scripted_platform.py
A lldb/examples/python/templates/scripted_process.py
Log Message:
-----------
[lldb] Move template python files to separate directory
This patch moves the template files for the various scripting
affordances to a separate directory.
This is a preparatory work for upcoming improvements and consolidations
to other scripting affordances.
Differential Revision: https://reviews.llvm.org/D159310
Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
Compare: https://github.com/llvm/llvm-project/compare/0c9358948b04...6bff2d51dcc7
More information about the All-commits
mailing list