llvm-project/lldb
Pavel Labath b03126768a [lldb] Remove PluginInterface::GetPluginVersion
In all these years, we haven't found a use for this function (it has
zero callers). Lets just remove the boilerplate.

Differential Revision: https://reviews.llvm.org/D109600
2021-09-13 10:29:00 +02:00
..
bindings [lldb/Plugins] Introduce Scripted Interface Factory 2021-09-03 19:37:25 +02:00
cmake Revert "[lldb/lua] Force Lua version to be 5.3" 2021-09-03 17:31:25 +08:00
docs [LLDB][Docs] Indicate `PS1` variable by $ 2021-09-04 20:57:59 +05:30
examples [lldb] Update crashlog.py to accept multiple results from mdfind 2021-09-07 08:36:58 -07:00
include/lldb [lldb] Remove PluginInterface::GetPluginVersion 2021-09-13 10:29:00 +02:00
packages/Python [lldb] [testsuite] Fix false failures on "\n" regex match 2021-09-13 07:35:12 +02:00
resources [lldb] Remove stale LLDB-Info.plist 2021-01-08 10:12:16 -08:00
scripts Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk 2021-02-25 11:32:27 +01:00
source [lldb] Remove PluginInterface::GetPluginVersion 2021-09-13 10:29:00 +02:00
test [LLDB] Skip TestDyldLaunchLinux.py on Arm/Linux 2021-09-11 16:18:22 +05:00
third_party/Python/module [LLDB] Change pexpect timeout to 30 to 60 2021-08-02 06:34:11 +05:00
tools Don't re-define constants that are now in compact_unwind_encoding.h. 2021-09-09 17:01:43 -07:00
unittests [lldb] Remove PluginInterface::GetPluginVersion 2021-09-13 10:29:00 +02:00
utils [lldb] Match test dependencies name to other LLVM projects. 2021-05-21 00:10:27 -07:00
.clang-format
.clang-tidy [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
.gitignore
CMakeLists.txt [lldb] skip host build for lldb_tblgen with LLDB_TABLEGEN_EXE set 2021-08-13 14:18:03 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py