diff options
author | Med Ismail Bennani <ismail@bennani.ma> | 2023-10-30 16:52:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 16:52:17 -0700 |
commit | 4b3cd379cce3f455bf3c8677ca7a5be6e708a4ce (patch) | |
tree | 4d1348946d3a079d0c929de12280dd804854aad7 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
parent | c2f642d90d33a4e6c987b52e22eca4221c86c601 (diff) | |
download | llvm-4b3cd379cce3f455bf3c8677ca7a5be6e708a4ce.zip llvm-4b3cd379cce3f455bf3c8677ca7a5be6e708a4ce.tar.gz llvm-4b3cd379cce3f455bf3c8677ca7a5be6e708a4ce.tar.bz2 |
[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)
This patch makes ScriptedThreadPlan conforming to the ScriptedInterface
& ScriptedPythonInterface facilities by introducing 2
ScriptedThreadPlanInterface & ScriptedThreadPlanPythonInterface classes.
This allows us to get rid of every ScriptedThreadPlan-specific SWIG
method and re-use the same affordances as other scripting offordances,
like Scripted{Process,Thread,Platform} & OperatingSystem.
To do so, this adds new transformer methods for `ThreadPlan`, `Stream` &
`Event`, to allow the bijection between C++ objects and their python
counterparts.
Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions