[all-commits] [llvm/llvm-project] 68e632: [lldb/Target] Add Scripted Processes (WIP)
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Sat Jan 9 08:34:39 PST 2021
Branch: refs/heads/scripted-process
Home: https://github.com/llvm/llvm-project
Commit: 68e63210aeb74d2ef6ef0110da80d1aa78ba4148
https://github.com/llvm/llvm-project/commit/68e63210aeb74d2ef6ef0110da80d1aa78ba4148
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
A lldb/bindings/python/python-scripted-process.swig
M lldb/bindings/python/python.swig
A lldb/examples/python/scripted_process.py
M lldb/include/lldb/Host/ProcessLaunchInfo.h
M lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
M lldb/include/lldb/Interpreter/ScriptInterpreter.h
A lldb/include/lldb/Target/ScriptedProcess.h
M lldb/include/lldb/Target/Target.h
M lldb/include/lldb/lldb-forward.h
M lldb/source/Commands/CMakeLists.txt
M lldb/source/Commands/CommandObjectProcess.cpp
A lldb/source/Commands/CommandObjectProcessScripted.cpp
A lldb/source/Commands/CommandObjectProcessScripted.h
M lldb/source/Commands/Options.td
A lldb/source/Plugins/Process/Scripted/CMakeLists.txt
A lldb/source/Plugins/Process/Scripted/ScriptedProcessOptions.td
M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
M lldb/source/Target/CMakeLists.txt
A lldb/source/Target/ScriptedProcess.cpp
M lldb/source/Target/Target.cpp
Log Message:
-----------
[lldb/Target] Add Scripted Processes (WIP)
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list