[Lldb-commits] [lldb] Add AddressRange to SB API (PR #92014)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue May 14 13:07:32 PDT 2024


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


More information about the lldb-commits mailing list