[all-commits] [llvm/llvm-project] 629467: [lldb] Add isConstant mode for FA locations (#110726)

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Fri Oct 4 05:02:14 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6294679faa8ae57873b7fcdc00a4deb522d31c38
      https://github.com/llvm/llvm-project/commit/6294679faa8ae57873b7fcdc00a4deb522d31c38
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2024-10-04 (Fri, 04 Oct 2024)

  Changed paths:
    M lldb/include/lldb/Symbol/UnwindPlan.h
    M lldb/source/Symbol/UnwindPlan.cpp
    M lldb/source/Target/RegisterContextUnwind.cpp

  Log Message:
  -----------
  [lldb] Add isConstant mode for FA locations (#110726)

This is similar to 9fe455fd0c7d, but for FA locations instead of
register locations.
This is useful for unwind plans that cannot create abstract unwind
rules, but instead must inspect the state of the program to determine
the current CFA.



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