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

Miro Bucko via lldb-commits lldb-commits at lists.llvm.org
Wed May 15 13:33:09 PDT 2024


================
@@ -44,6 +45,8 @@ class LLDB_API SBFunction {
 
   lldb::SBAddress GetEndAddress();
 
+  lldb::SBAddressRange GetRange();
+
----------------
mbucko wrote:

GetRange() is just a forwarded function from lldb_private::Function::GetRange()

https://github.com/llvm/llvm-project/pull/92014


More information about the lldb-commits mailing list