[all-commits] [llvm/llvm-project] 42850d: [lldb][nfc] Factor out code from ThreadPlanStepOut...

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


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

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

  Log Message:
  -----------
  [lldb][nfc] Factor out code from ThreadPlanStepOut ctor

A future patch will need to create a new constructor for this class, and
extracting code out of its sole existing constructor will make this
easier.

This commit creates a helper function for the code computing the target
frame to step out to.



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