================
@@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
