[all-commits] [llvm/llvm-project] 662bae: [lldb][nfc] Split the constructor of ThreadPlanSte...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Thu Apr 17 09:47:40 PDT 2025
Branch: refs/heads/users/felipepiovezan/step_out_2
Home: https://github.com/llvm/llvm-project
Commit: 662baea555175e39ca4f0f170f2ef197c53af60d
https://github.com/llvm/llvm-project/commit/662baea555175e39ca4f0f170f2ef197c53af60d
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/ThreadPlanStepOut.cpp
Log Message:
-----------
[lldb][nfc] Split the constructor of ThreadPlanStepOut
A subsequent commit will create a new constructor for ThreadPlanStepOut,
which needs to reuse much of the same logic of the existing constructor.
This commit places all of that reusable logic into a separate function.
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