[all-commits] [llvm/llvm-project] 0a5e0d: [lldb] Split CTF parsing and type creation (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jul 28 09:42:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a5e0d3fad8dfdebc8bb2f51f6008bdd41e27580
https://github.com/llvm/llvm-project/commit/0a5e0d3fad8dfdebc8bb2f51f6008bdd41e27580
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-07-28 (Fri, 28 Jul 2023)
Changed paths:
A 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/TestCTF.py
Log Message:
-----------
[lldb] Split CTF parsing and type creation (NFC)
Separate parsing CTF and creating LLDB types. This is a prerequisite to
parsing forward references and recursive types.
Differential revision: https://reviews.llvm.org/D156447
More information about the All-commits
mailing list