[Lldb-commits] [PATCH] D156498: [lldb] Support recursive record types in CTF

2023-07-29 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. JDevlieghere marked 2 inline comments as done. Closed by commit rG12f3d97fc68b: [lldb]

[Lldb-commits] [lldb] 12f3d97 - [lldb] Support recursive record types in CTF

2023-07-29 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-07-29T22:32:24-07:00 New Revision: 12f3d97fc68b304e0efbe183665c0183d9a372b3 URL: https://github.com/llvm/llvm-project/commit/12f3d97fc68b304e0efbe183665c0183d9a372b3 DIFF: https://github.com/llvm/llvm-project/commit/12f3d97fc68b304e0efbe183665c0183d9a372b3.d

[Lldb-commits] [PATCH] D156606: [lldb] Improve memory usage by freeing CTF types (NFC)

2023-07-29 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added a reviewer: Michael137. Herald added a project: All. JDevlieghere requested review of this revision. Improve memory usage by reducing the lifetime of CTF types. Once a CTF type has been converted to a (complete) LLDB type, there's no need to

[Lldb-commits] [PATCH] D156498: [lldb] Support recursive record types in CTF

2023-07-29 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere marked 2 inline comments as done. JDevlieghere added inline comments. Comment at: lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.cpp:508 ctf_record.name.data(), tag_kind, eLanguageTypeC); + m_compiler_types[record_type.GetOpaqueQual

[Lldb-commits] [PATCH] D156490: [lldb] Fix CTF parsing of large structs

2023-07-29 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGb9867df64a31: [lldb] Fix CTF parsing of large structs (authored by JDevlieghere). Herald added a project: LLDB. Changed prior to commit: https://r

[Lldb-commits] [lldb] b9867df - [lldb] Fix CTF parsing of large structs

2023-07-29 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2023-07-29T19:37:08-07:00 New Revision: b9867df64a312b2fe248d536d943733b8817ed4f URL: https://github.com/llvm/llvm-project/commit/b9867df64a312b2fe248d536d943733b8817ed4f DIFF: https://github.com/llvm/llvm-project/commit/b9867df64a312b2fe248d536d943733b8817ed4f.d