llvm-capstone/lldb
Dave Lee 606c3be85d [lldb] Minor cleanups to ThreadPlan.h (NFC)
While learning about ThreadPlan, I did a bit of cleanup:

* Remove unused code
* Move functions to protected where applicable
* Remove virtual for functions that are not overridden

Differential Revision: https://reviews.llvm.org/D96277
2021-02-10 13:36:38 -08:00
..
bindings [lldb] Emit type annotation in SWIG generated Python code. 2021-02-05 08:51:22 -08:00
cmake [lldb] Bump the required SWIG version to 3 2021-01-08 08:47:21 -08:00
docs Use internal_dict everywhere we refer to the python session dict in docs. 2021-02-09 17:48:47 -08:00
examples [lldb] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01:00
include/lldb [lldb] Minor cleanups to ThreadPlan.h (NFC) 2021-02-10 13:36:38 -08:00
packages/Python [lldb/test] Reduce API test tools configuration boilerplate 2021-02-05 08:44:08 +01:00
resources [lldb] Remove stale LLDB-Info.plist 2021-01-08 10:12:16 -08:00
scripts
source [lldb] Minor cleanups to ThreadPlan.h (NFC) 2021-02-10 13:36:38 -08:00
test [lldb/test] Move and improve TestPlatformProcessConnect.py 2021-02-10 21:01:26 +01:00
third_party/Python/module
tools [debugserver] Fix more warnings in DNBArchImplARM64 2021-02-05 15:21:24 -08:00
unittests [lldb] [Process/FreeBSDRemote] Introduce powerpc support 2021-02-09 21:10:45 +01:00
utils [lldb/cmake] Reduce duplication in generation lldb-dotest 2021-02-05 08:44:10 +01:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [CMake] Remove dead code setting policies to NEW 2021-01-19 17:19:36 +02:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py