[Lldb-commits] [lldb] [lldb] Expose discontinuous functions through SBFunction::GetRanges (PR #117532)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 2 11:08:10 PST 2024
================
@@ -444,8 +444,11 @@ class Function : public UserID, public SymbolContextScope {
Function *CalculateSymbolContextFunction() override;
+ // DEPRECATED: Use GetAddressRanges instead.
----------------
bulbazord wrote:
Can you make this into a Doxygen comment? It will show up in the generated documentation (for those who use it).
https://github.com/llvm/llvm-project/pull/117532
More information about the lldb-commits
mailing list