[Lldb-commits] [PATCH] D24251: LLDB: API for Permission of object file's sections
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 6 09:36:29 PDT 2016
clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.
Just add header doc and this is good to go.
================
Comment at: include/lldb/API/SBSection.h:74
@@ -73,1 +73,3 @@
+ uint32_t
+ GetPermissions () const;
----------------
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.
https://reviews.llvm.org/D24251
More information about the lldb-commits
mailing list