Files
clang-p2996/lldb/test/API/python_api/section
Jorge Gorbe Moya 805600c7d5 [lldb] Make SBSection::GetSectionData call Section::GetSectionData.
`SBSection::GetSectionData` and `Section::GetSectionData` are
implemented differently, and the `SBSection` method doesn't handle
compressed sections correctly.

Differential Revision: https://reviews.llvm.org/D142672
2023-01-27 10:15:35 -08:00
..