[all-commits] [llvm/llvm-project] e66887: [lldb][nfc] Remove unused parameters in ThreadPlan...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Thu Apr 17 09:48:11 PDT 2025
Branch: refs/heads/users/felipepiovezan/step_out_3
Home: https://github.com/llvm/llvm-project
Commit: e668877c091baf943e5030e2f49f4e68015fc477
https://github.com/llvm/llvm-project/commit/e668877c091baf943e5030e2f49f4e68015fc477
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M lldb/include/lldb/API/SBThreadPlan.h
M lldb/include/lldb/Target/Thread.h
M lldb/include/lldb/Target/ThreadPlanStepOut.h
M lldb/source/API/SBThread.cpp
M lldb/source/API/SBThreadPlan.cpp
M lldb/source/Commands/CommandObjectThread.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
M lldb/source/Target/Thread.cpp
M lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
M lldb/source/Target/ThreadPlanShouldStopHere.cpp
M lldb/source/Target/ThreadPlanStepInstruction.cpp
M lldb/source/Target/ThreadPlanStepOut.cpp
M lldb/source/Target/ThreadPlanStepOverRange.cpp
Log Message:
-----------
[lldb][nfc] Remove unused parameters in ThreadPlanStepOut ctor
These have been unused for at least a decade.
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