[all-commits] [llvm/llvm-project] 230939: [lldb] Inline invariant params to AppleThreadPlanS...

Dave Lee via All-commits all-commits at lists.llvm.org
Tue Feb 9 08:04:38 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2309392449376295a70354273500730be0f28510
      https://github.com/llvm/llvm-project/commit/2309392449376295a70354273500730be0f28510
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h

  Log Message:
  -----------
  [lldb] Inline invariant params to AppleThreadPlanStepThrough (NFC)

These two `AppleThreadPlanStepThrough` thread plans have parameterized behavior
that is unutilized. To make their interface and implementation simpler, this
change inlines those outside parameters.

Differential Revision: https://reviews.llvm.org/D96276




More information about the All-commits mailing list