[all-commits] [llvm/llvm-project] 805600: [lldb] Make SBSection::GetSectionData call Section...
Jorge Gorbe Moya via All-commits
all-commits at lists.llvm.org
Fri Jan 27 10:15:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 805600c7d573cf88cf035d01a2ea9389fc24d435
https://github.com/llvm/llvm-project/commit/805600c7d573cf88cf035d01a2ea9389fc24d435
Author: Jorge Gorbe Moya <jgorbe at google.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M lldb/source/API/SBSection.cpp
M lldb/test/API/python_api/section/TestSectionAPI.py
A lldb/test/API/python_api/section/compressed-sections.yaml
Log Message:
-----------
[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
More information about the All-commits
mailing list