================
@@ -0,0 +1,13 @@
+%extend lldb::SBAddressRangeList {
----------------
clayborg wrote:

If we add a method to SBAddressRangeList:
```
  bool GetDescription(lldb::SBStream &description);
```
Then we can add this to this file:
```
STRING_EXTENSION_OUTSIDE(SBAddressRangeList)
```
And then we can print the SBAddressRangeList objects as user readable strings.

https://github.com/llvm/llvm-project/pull/92014
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to