llvm-capstone/lldb/source
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
..
API Reland "[lldb] Make CommandInterpreter's execution context the same as debugger's one" 2021-02-08 15:09:09 +03:00
Breakpoint Reland "[lldb] Make CommandInterpreter's execution context the same as debugger's one" 2021-02-08 15:09:09 +03:00
Commands Use internal_dict everywhere we refer to the python session dict in docs. 2021-02-09 17:48:47 -08:00
Core [lldb] Fix crash in FormatEntity for mangled-name 2021-02-08 18:38:08 -08:00
DataFormatters [lldb] Remove assumption from Clang-based data formatters that their types are in the scratch AST 2020-12-10 17:35:03 +01:00
Expression
Host [lldb] [Process/FreeBSDRemote] Introduce powerpc support 2021-02-09 21:10:45 +01:00
Initialization [lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC) 2020-12-22 09:10:27 -08:00
Interpreter [LLDB] Fix Wunused-result warning 2021-02-08 18:10:08 +01:00
Plugins [LLDB] Remove uneeded CopyType from BlockPointerSyntheticFrontEnd 2021-02-09 16:11:28 -08:00
Symbol [lldb] Simplify ObjectFile::FindPlugin (NFC) 2020-12-23 14:06:40 -08:00
Target [lldb] Minor cleanups to ThreadPlan.h (NFC) 2021-02-10 13:36:38 -08:00
Utility [lldb][NFC] Minor comment and inlining fixes for Args 2021-02-05 10:17:16 +01:00
CMakeLists.txt
lldb.cpp