[Lldb-commits] [lldb] Add AddressRange to SB API (PR #92014)
Miro Bucko via lldb-commits
lldb-commits at lists.llvm.org
Thu May 16 09:36:29 PDT 2024
================
@@ -44,6 +45,8 @@ class LLDB_API SBFunction {
lldb::SBAddress GetEndAddress();
+ lldb::SBAddressRange GetRange();
+
----------------
mbucko wrote:
Or did you want me to return SBAddressRangeList which will always contain only one SBAddressRange unless SBFunction ever changes?
https://github.com/llvm/llvm-project/pull/92014
More information about the lldb-commits
mailing list