[all-commits] [llvm/llvm-project] 9d3b9e: [lldb] Rename {stop, run}_vote to report_{stop, run}...

Dave Lee via All-commits all-commits at lists.llvm.org
Fri Feb 19 13:05:28 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d3b9e5799f6b1ac3869df977c82304e0121d256
      https://github.com/llvm/llvm-project/commit/9d3b9e5799f6b1ac3869df977c82304e0121d256
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2021-02-19 (Fri, 19 Feb 2021)

  Changed paths:
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Target/ThreadPlan.h
    M lldb/include/lldb/Target/ThreadPlanStepInstruction.h
    M lldb/include/lldb/Target/ThreadPlanStepOut.h
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadPlan.cpp
    M lldb/source/Target/ThreadPlanBase.cpp
    M lldb/source/Target/ThreadPlanStepInstruction.cpp
    M lldb/source/Target/ThreadPlanStepOut.cpp

  Log Message:
  -----------
  [lldb] Rename {stop,run}_vote to report_{stop,run}_vote

Rename `stop_vote` and `run_vote` to `report_stop_vote` and `report_run_vote`
respectively. These variables are limited to logic involving (event) reporting only.
This naming is intended to make their context more clear.

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




More information about the All-commits mailing list