llvm-project/lldb
Dave Lee 9d3b9e5799 [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
2021-02-19 13:04:53 -08:00
..
bindings [lldb] Use internal_dict name over dict in python examples 2021-02-10 15:11:00 -08:00
cmake
docs Use internal_dict everywhere we refer to the python session dict in docs. 2021-02-09 17:48:47 -08:00
examples
include/lldb [lldb] Rename {stop,run}_vote to report_{stop,run}_vote 2021-02-19 13:04:53 -08:00
packages/Python [lldb] Let TestPExpectTest test the right test class 2021-02-12 09:56:43 +01:00
resources
scripts
source [lldb] Rename {stop,run}_vote to report_{stop,run}_vote 2021-02-19 13:04:53 -08:00
test Revert "Modify TypePrinter to differentiate between anonymous struct and unnamed struct" 2021-02-18 18:17:24 -08:00
third_party/Python/module
tools [lldb] Fix shared library directory computation on windows 2021-02-18 15:37:52 +01:00
unittests [lldb] [Process/FreeBSDRemote] Fix clang-formatting on ppc commit 2021-02-14 22:34:25 +01:00
utils Revert "[lldb/test] Automatically find debug servers to test" 2021-02-11 20:26:05 +01:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py