diff options
author | Med Ismail Bennani <medismail.bennani@gmail.com> | 2021-03-23 16:22:07 +0000 |
---|---|---|
committer | Med Ismail Bennani <medismail.bennani@gmail.com> | 2021-03-23 18:24:47 +0100 |
commit | 3e0ad115439622b9c3e6ca9fd64c7fb07a679f1a (patch) | |
tree | 7a31c1c34a88bdaae005f01204c37b5469318a37 /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | f46c41febb88182f172d0260b55bd17e4c690a43 (diff) | |
download | llvm-3e0ad115439622b9c3e6ca9fd64c7fb07a679f1a.zip llvm-3e0ad115439622b9c3e6ca9fd64c7fb07a679f1a.tar.gz llvm-3e0ad115439622b9c3e6ca9fd64c7fb07a679f1a.tar.bz2 |
[lldb/Commands] Add command options for ScriptedProcess to ProcessLaunch
This patch adds a new command options to the CommandObjectProcessLaunch
for scripted processes.
Among the options, the user need to specify the class name managing the
scripted process. The user can also use a key-value dictionary holding
arbitrary data that will be passed to the managing class.
This patch also adds getters and setters to `SBLaunchInfo` for the
class name managing the scripted process and the dictionary.
rdar://65508855
Differential Review: https://reviews.llvm.org/D95710
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions