[all-commits] [llvm/llvm-project] f5d80c: [lldb] Avoid Function::GetAddressRange in SymbolFi...

Pavel Labath via All-commits all-commits at lists.llvm.org
Mon Feb 24 23:58:19 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f5d80c335d79d0b35741bfc762f8157a24f5491a
      https://github.com/llvm/llvm-project/commit/f5d80c335d79d0b35741bfc762f8157a24f5491a
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.cpp

  Log Message:
  -----------
  [lldb] Avoid Function::GetAddressRange in SymbolFileCTF (#128517)

SymbolFileCTF never creates discontinuous functions, so this is
technically NFC, but it takes us one step closer to removing the
deprecated API.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list