[all-commits] [llvm/llvm-project] 36254f: [lldb] Revert ScriptedProcess patches
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Mon Mar 1 15:25:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36254f1a0f32e8a1db353efbe1f8c3a290e5b084
https://github.com/llvm/llvm-project/commit/36254f1a0f32e8a1db353efbe1f8c3a290e5b084
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M lldb/bindings/interface/SBLaunchInfo.i
M lldb/bindings/python/CMakeLists.txt
M lldb/bindings/python/python-wrapper.swig
R lldb/examples/python/scripted_process/my_scripted_process.py
R lldb/examples/python/scripted_process/scripted_process.py
M lldb/include/lldb/API/SBData.h
M lldb/include/lldb/API/SBError.h
M lldb/include/lldb/API/SBLaunchInfo.h
M lldb/include/lldb/API/SBStream.h
M lldb/include/lldb/API/SBStructuredData.h
M lldb/include/lldb/API/SBThreadPlan.h
M lldb/include/lldb/Host/ProcessLaunchInfo.h
M lldb/include/lldb/Interpreter/ScriptInterpreter.h
R lldb/include/lldb/Interpreter/ScriptedProcessInterface.h
M lldb/include/lldb/Target/Process.h
M lldb/include/lldb/lldb-forward.h
M lldb/source/API/SBLaunchInfo.cpp
M lldb/source/API/SBTarget.cpp
M lldb/source/Commands/CommandObjectPlatform.cpp
M lldb/source/Commands/CommandObjectProcess.cpp
M lldb/source/Commands/CommandOptionsProcessLaunch.cpp
M lldb/source/Commands/CommandOptionsProcessLaunch.h
M lldb/source/Host/common/ProcessLaunchInfo.cpp
M lldb/source/Interpreter/ScriptInterpreter.cpp
M lldb/source/Plugins/Process/CMakeLists.txt
R lldb/source/Plugins/Process/scripted/CMakeLists.txt
R lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
R lldb/source/Plugins/Process/scripted/ScriptedProcess.h
M lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
R lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp
R lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
R lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp
R lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
M lldb/source/Target/Target.cpp
R lldb/test/API/functionalities/scripted_process/Makefile
R lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py
R lldb/test/API/functionalities/scripted_process/main.c
M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
Log Message:
-----------
[lldb] Revert ScriptedProcess patches
This patch reverts the following commits:
- 5a9c34918bb1526b7e8c29aa5e4fb8d8e27e27b4
- 46796762afe76496ec4dd900f64d0cf4cdc30e99
- 2cff3dec1171188ce04ab1a4373cc1885ab97be1
- 182f0d1a34419445bb19d67581d6ac1afc98b7fa
- d62a53aaf1d38a55d1affbd3a30d564a4e9d3171
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list