[all-commits] [llvm/llvm-project] 9d61ea: [lldb] Make GetRowForFunctionOffset compatible wit...

Pavel Labath via All-commits all-commits at lists.llvm.org
Mon Mar 31 02:45:32 PDT 2025


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

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

  Log Message:
  -----------
  [lldb] Make GetRowForFunctionOffset compatible with discontinuous functions (#133250)

The function had special handling for -1, but that is incompatible with
functions whose entry point is not the first address. Use std::nullopt
instead.



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