diff options
author | Med Ismail Bennani <medismail.bennani@gmail.com> | 2021-02-19 00:36:05 +0000 |
---|---|---|
committer | Med Ismail Bennani <medismail.bennani@gmail.com> | 2021-03-01 21:13:32 +0100 |
commit | 2cff3dec1171188ce04ab1a4373cc1885ab97be1 (patch) | |
tree | 9d95733c162e01debd58f0011e9c160ef01ece3c /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 182f0d1a34419445bb19d67581d6ac1afc98b7fa (diff) | |
download | llvm-2cff3dec1171188ce04ab1a4373cc1885ab97be1.zip llvm-2cff3dec1171188ce04ab1a4373cc1885ab97be1.tar.gz llvm-2cff3dec1171188ce04ab1a4373cc1885ab97be1.tar.bz2 |
[lldb/bindings] Add Python ScriptedProcess base class to lldb module
In order to facilitate the writting of Scripted Processes, this patch
introduces a `ScriptedProcess` python base class in the lldb module.
The base class holds the python interface with all the - abstract -
methods that need to be implemented by the inherited class but also some
methods that can be overwritten.
This patch also provides an example of a Scripted Process with the
`MyScriptedProcess` class.
rdar://65508855
Differential Revision: https://reviews.llvm.org/D95712
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions