[all-commits] [llvm/llvm-project] 79d5d9: [lldb] Allow synthetic providers in C++ and fix li...
Walter Erquinigo via All-commits
all-commits at lists.llvm.org
Wed Aug 30 11:14:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79d5d9a0824ddcd5493a451e5009dd6393646e51
https://github.com/llvm/llvm-project/commit/79d5d9a0824ddcd5493a451e5009dd6393646e51
Author: walter erquinigo <walter at modular.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M lldb/include/lldb/DataFormatters/TypeSynthetic.h
M lldb/source/Commands/CommandObjectType.cpp
M lldb/source/Core/ValueObject.cpp
M lldb/source/DataFormatters/TypeSynthetic.cpp
Log Message:
-----------
[lldb] Allow synthetic providers in C++ and fix linking problems
- Allow the definition of synthetic formatters in C++ even when LLDB is built without python scripting support.
- Fix linking problems with the CXXSyntheticChildren
Differential Revision: https://reviews.llvm.org/D158010
More information about the All-commits
mailing list