[Lldb-commits] [PATCH] D135648: [lldb] Add matching based on Python callbacks for data formatters.
Jorge Gorbe Moya via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 14 17:58:29 PDT 2022
jgorbe updated this revision to Diff 467987.
jgorbe added a comment.
Address review comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135648/new/
https://reviews.llvm.org/D135648
Files:
lldb/bindings/python/python-swigsafecast.swig
lldb/bindings/python/python-wrapper.swig
lldb/include/lldb/API/SBType.h
lldb/include/lldb/DataFormatters/DataVisualization.h
lldb/include/lldb/DataFormatters/FormatClasses.h
lldb/include/lldb/DataFormatters/FormatManager.h
lldb/include/lldb/DataFormatters/FormattersContainer.h
lldb/include/lldb/DataFormatters/TypeCategory.h
lldb/include/lldb/DataFormatters/TypeCategoryMap.h
lldb/include/lldb/Interpreter/ScriptInterpreter.h
lldb/include/lldb/Target/Language.h
lldb/include/lldb/lldb-enumerations.h
lldb/source/API/SBTypeNameSpecifier.cpp
lldb/source/Commands/CommandObjectType.cpp
lldb/source/DataFormatters/DataVisualization.cpp
lldb/source/DataFormatters/FormatManager.cpp
lldb/source/DataFormatters/TypeCategory.cpp
lldb/source/DataFormatters/TypeCategoryMap.cpp
lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
lldb/source/Target/Language.cpp
lldb/test/API/functionalities/data-formatter/callback-matching/Makefile
lldb/test/API/functionalities/data-formatter/callback-matching/TestDataFormatterCallbackMatching.py
lldb/test/API/functionalities/data-formatter/callback-matching/formatters_with_callback.py
lldb/test/API/functionalities/data-formatter/callback-matching/main.cpp
lldb/unittests/DataFormatter/FormattersContainerTest.cpp
lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135648.467987.patch
Type: text/x-patch
Size: 40367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221015/65afa3f0/attachment-0001.bin>
More information about the lldb-commits
mailing list