Skip to content

Commit

Permalink
Remove Java debugger plugin
Browse files Browse the repository at this point in the history
In January Davide sent an e-mail to the mailing list to suggest removing
unmaintained language plugins such as Go and Java. The plan was to have
some cool down period to allow users to speak up, however after that the
plugins were never actually removed.

This patch removes the Java debugger plugin.

The plugin can be added again in the future if it is mature enough both
in terms of testing and maintenance commitment.

Discussion on the mailing list:
http://lists.llvm.org/pipermail/lldb-dev/2018-January/013171.html

Differential revision: https://reviews.llvm.org/D54059

llvm-svn: 346158
  • Loading branch information
JDevlieghere committed Nov 5, 2018
1 parent 77198bc commit 0b8c5c9
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 2,906 deletions.
348 changes: 0 additions & 348 deletions lldb/include/lldb/Symbol/JavaASTContext.h

This file was deleted.

1 change: 0 additions & 1 deletion lldb/include/lldb/Symbol/TypeSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class TypeSystem : public PluginInterface {
enum LLVMCastKind {
eKindClang,
eKindSwift,
eKindJava,
eKindOCaml,
kNumKinds
};
Expand Down
Loading

0 comments on commit 0b8c5c9

Please sign in to comment.