[all-commits] [llvm/llvm-project] a413ef: [lldb] Use Function::GetAddressRange*s* in "frame ...

Pavel Labath via All-commits all-commits at lists.llvm.org
Thu Mar 13 05:35:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a413ef83a16b1069ca953613f1ff495f702970b4
      https://github.com/llvm/llvm-project/commit/a413ef83a16b1069ca953613f1ff495f702970b4
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M lldb/source/Target/StackFrame.cpp

  Log Message:
  -----------
  [lldb] Use Function::GetAddressRange*s* in "frame diagnose" (#130949)

No test because generating discontinous functions is tedious and there's
nothing particularly interesting happening in here. As long as the
analyzer stays within a single basic block. it doesn't really care
whether the function is discontinous or not. I could create cases where
the algorithm breaks when going across basic blocks, but that's more of
inherent limitation of the algorithm (the inability to follow jumps
"backwards") than something specific to discontinous functions.

At this point, I'm more interested in cleaning up the last few remaining
uses of the deprecated function that I'm about improving "frame
diagnose".



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