[all-commits] [llvm/llvm-project] 9c70a3: [lldb] Support CTF forward declarations
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jul 28 19:10:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c70a3d9178f46c3eccb2243286deb1830c276f4
https://github.com/llvm/llvm-project/commit/9c70a3d9178f46c3eccb2243286deb1830c276f4
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-07-28 (Fri, 28 Jul 2023)
Changed paths:
M lldb/source/Plugins/SymbolFile/CTF/CTFTypes.h
M lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.cpp
M lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.h
M lldb/test/API/macosx/ctf/test.c
Log Message:
-----------
[lldb] Support CTF forward declarations
Add support for parsing CTF forward declarations and converting them
into LLDB types.
Differential revision: https://reviews.llvm.org/D156483
More information about the All-commits
mailing list