[all-commits] [llvm/llvm-project] d1f15f: [lldb] Create ThreadPlanStepOut ctor that never sk...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Thu Apr 17 13:49:24 PDT 2025


  Branch: refs/heads/users/felipepiovezan/step_out_4
  Home:   https://github.com/llvm/llvm-project
  Commit: d1f15f7a23b75d7b68989ac84b1c4b5991fb120d
      https://github.com/llvm/llvm-project/commit/d1f15f7a23b75d7b68989ac84b1c4b5991fb120d
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2025-04-17 (Thu, 17 Apr 2025)

  Changed paths:
    M lldb/include/lldb/Target/ThreadPlanStepOut.h
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadPlanStepOut.cpp

  Log Message:
  -----------
  [lldb] Create ThreadPlanStepOut ctor that never skips frames

The function QueueThreadPlanForStepOutNoShouldStop has the semantics of
"go this parent frame"; ThreadPlanStepOut needs to respect that, not
skipping over any frames it finds uninteresting. This commit creates a
constructor that respects such instruction.


  Commit: b1665da9637d16d91ba7a08ff9ad884c0b87c490
      https://github.com/llvm/llvm-project/commit/b1665da9637d16d91ba7a08ff9ad884c0b87c490
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2025-04-17 (Thu, 17 Apr 2025)

  Changed paths:
    M lldb/include/lldb/Target/ThreadPlanStepOut.h

  Log Message:
  -----------
  fixup! Update comment


Compare: https://github.com/llvm/llvm-project/compare/fc70c64244de...b1665da9637d

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