[all-commits] [llvm/llvm-project] 04cbfa: [lldb][NFC] Inclusive Language: rename master plan...

Quinn Pham via All-commits all-commits at lists.llvm.org
Thu Nov 11 13:04:59 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04cbfa950e0221ac334f802407a9b766df33eee5
      https://github.com/llvm/llvm-project/commit/04cbfa950e0221ac334f802407a9b766df33eee5
  Author: Quinn Pham <Quinn.Pham at ibm.com>
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
    M lldb/docs/use/python-reference.rst
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Target/ThreadPlan.h
    M lldb/include/lldb/Target/ThreadPlanStack.h
    M lldb/source/API/SBThread.cpp
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Expression/FunctionCaller.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/StopInfo.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadPlan.cpp
    M lldb/source/Target/ThreadPlanBase.cpp
    M lldb/source/Target/ThreadPlanCallFunction.cpp
    M lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
    M lldb/source/Target/ThreadPlanCallUserExpression.cpp
    M lldb/source/Target/ThreadPlanPython.cpp
    M lldb/source/Target/ThreadPlanStack.cpp

  Log Message:
  -----------
  [lldb][NFC] Inclusive Language: rename master plan to controlling plan

[NFC] As part of using inclusive language within the llvm project, this patch
renames master plan to controlling plan in lldb.

Reviewed By: jingham

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




More information about the All-commits mailing list