[Lldb-commits] [PATCH] D155221: [lldb] Support compressed CTF
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 13 10:38:56 PDT 2023
JDevlieghere created this revision.
JDevlieghere added reviewers: jasonmolenda, mib.
Herald added a project: All.
JDevlieghere requested review of this revision.
Add support for compressed CTF data. The flags in the header can indicate whether the CTF body is compressed with zlib deflate. This patch supports uncompressing the data before parsing.
https://reviews.llvm.org/D155221
Files:
lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.cpp
lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.h
lldb/test/API/macosx/ctf/Makefile
lldb/test/API/macosx/ctf/TestCTF.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155221.540103.patch
Type: text/x-patch
Size: 9442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230713/1c950785/attachment-0001.bin>
More information about the lldb-commits
mailing list