[Lldb-commits] [PATCH] D155161: [lldb] Convert script native types to StructuredData counterpart
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 21 15:39:17 PDT 2023
mib updated this revision to Diff 543101.
mib edited the summary of this revision.
mib added a comment.
Address @JDevlieghere & @bulbazord comments:
- Add `SBScriptObject` with PIMPL
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155161/new/
https://reviews.llvm.org/D155161
Files:
lldb/bindings/headers.swig
lldb/bindings/interface/SBScriptObjectExtensions.i
lldb/bindings/interfaces.swig
lldb/bindings/python/python-typemaps.swig
lldb/include/lldb/API/SBDebugger.h
lldb/include/lldb/API/SBDefines.h
lldb/include/lldb/API/SBProcess.h
lldb/include/lldb/API/SBScriptObject.h
lldb/include/lldb/API/SBStructuredData.h
lldb/include/lldb/Core/StructuredDataImpl.h
lldb/include/lldb/Interpreter/ScriptInterpreter.h
lldb/include/lldb/Utility/ScriptObject.h
lldb/include/lldb/lldb-types.h
lldb/source/API/CMakeLists.txt
lldb/source/API/SBProcess.cpp
lldb/source/API/SBScriptObject.cpp
lldb/source/API/SBStructuredData.cpp
lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155161.543101.patch
Type: text/x-patch
Size: 21498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230721/bee698f9/attachment-0001.bin>
More information about the lldb-commits
mailing list