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
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Does this have to be a SWIG file? I guess there's nothing really special about this file except that it should end up in the lldb module?