https://github.com/clayborg commented:

We might want SBAddressRange and SBAddressRangeList to have methods:
```
  bool GetDescription(lldb::SBStream &description);
```
Then make sure we add stuff to the .i files so python `str(<obj>)` calls this. 
We do this in many other classes.

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