[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] [PATCH] D156490: [lldb] Fix CTF parsing of large structs

2023-07-27 Thread Alex Langford via Phabricator via lldb-commits
bulbazord accepted this revision. bulbazord added a comment. This revision is now accepted and ready to land. LGTM modulo spelling nit Comment at: lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.h:257 static constexpr uint8_t g_ctf_version = 4; + static constexpr uint32_t

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

2023-07-27 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: Michael137, bulbazord, jasonmolenda. Herald added a project: All. JDevlieghere requested review of this revision. Fix CTF parsing of large structs. If the size of a struct exceeds a certain threshold, the offset is encoded using tw