[Lldb-commits] [lldb] [lldb] Expose discontinuous functions through SBFunction::GetRanges (PR #117532)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 3 00:53:27 PST 2024


================
@@ -444,8 +444,11 @@ class Function : public UserID, public SymbolContextScope {
 
   Function *CalculateSymbolContextFunction() override;
 
+  // DEPRECATED: Use GetAddressRanges instead.
----------------
labath wrote:

Sure.

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


More information about the lldb-commits mailing list