- Added an API to public interface that provides permissions (RWX) of individual sections of an object file
- Earlier, there was no way to find out this information through SB APIs
- A possible use case of this API is: when a user wants to know the sections that have executable machine instructions and want to write a tool on top of LLDB based on this information
Signed-off-by: Abhishek Aggarwal <abhishek.a.aggarwal@intel.com>
I know not everything is documented, but we should document this new call to let users know that the uint32_t will return a mask of bits from lldb::Permissions.