[Lldb-commits] [lldb] [lldb] Add SBProcess methods for get/set/use address masks (PR #83095)

Will Hawkins via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 28 08:35:44 PST 2024


================
@@ -407,6 +407,117 @@ class LLDB_API SBProcess {
   ///     the process isn't loaded from a core file.
   lldb::SBFileSpec GetCoreFile();
 
+  /// \{
+  /// \group Mask Address Methods
+  ///
+  /// \a type
+  /// All of the methods in this group take \a type argument
+  /// which is an AddressMaskType enum value.
----------------
hawkinsw wrote:

Can our Doxygen system make a reference to the documentation for these named constants? Just a question. 

https://github.com/llvm/llvm-project/pull/83095


More information about the lldb-commits mailing list