This revision was automatically updated to reflect the committed changes.
JDevlieghere marked an inline comment as done.
Closed by commit rG0e285a13eb7f: [lldb] Support compressed CTF (authored by
JDevlieghere).
Herald added a project: LLDB.
Changed prior to commit:
https://reviews.llvm.org/D15
jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
LGTM.
Comment at: lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.cpp:151
+ sizeof(ctf_header_t));
+zstr.ava
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 pa