[Lldb-commits] [PATCH] D54057: Remove Go debugger plugin
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 2 16:22:40 PDT 2018
JDevlieghere created this revision.
JDevlieghere added reviewers: davide, labath, zturner, tberghammer.
Herald added subscribers: teemperor, jfb, mgorny.
JDevlieghere updated this revision to Diff 172458.
JDevlieghere added a comment.
Missed some files.
In January Davide sent an e-mail to the mailing list to suggest removing support for Go and Java. The plan was to have some cool down period to allow users to speak up. However, the actual removal never took place. After having the Go test fail on my machine since forever I decided to move forward and start the removal process.
Discussion on the mailing list: http://lists.llvm.org/pipermail/lldb-dev/2018-January/013171.html
https://reviews.llvm.org/D54057
Files:
include/lldb/Symbol/GoASTContext.h
include/lldb/lldb-forward.h
packages/Python/lldbsuite/test/decorators.py
packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py
packages/Python/lldbsuite/test/lang/go/expressions/main.go
packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py
packages/Python/lldbsuite/test/lang/go/formatters/main.go
packages/Python/lldbsuite/test/lang/go/goroutines/TestGoroutines.py
packages/Python/lldbsuite/test/lang/go/goroutines/main.go
packages/Python/lldbsuite/test/lang/go/runtime/TestGoLanguageRuntime
packages/Python/lldbsuite/test/lang/go/runtime/main.go
packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py
packages/Python/lldbsuite/test/lang/go/types/main.go
packages/Python/lldbsuite/test/lldbtest.py
source/API/SystemInitializerFull.cpp
source/Plugins/ExpressionParser/CMakeLists.txt
source/Plugins/ExpressionParser/Go/CMakeLists.txt
source/Plugins/ExpressionParser/Go/GoAST.h
source/Plugins/ExpressionParser/Go/GoLexer.cpp
source/Plugins/ExpressionParser/Go/GoLexer.h
source/Plugins/ExpressionParser/Go/GoParser.cpp
source/Plugins/ExpressionParser/Go/GoParser.h
source/Plugins/ExpressionParser/Go/GoUserExpression.cpp
source/Plugins/ExpressionParser/Go/GoUserExpression.h
source/Plugins/ExpressionParser/Go/gen_go_ast.py
source/Plugins/Language/CMakeLists.txt
source/Plugins/Language/Go/CMakeLists.txt
source/Plugins/Language/Go/GoFormatterFunctions.cpp
source/Plugins/Language/Go/GoFormatterFunctions.h
source/Plugins/Language/Go/GoLanguage.cpp
source/Plugins/Language/Go/GoLanguage.h
source/Plugins/LanguageRuntime/CMakeLists.txt
source/Plugins/LanguageRuntime/Go/CMakeLists.txt
source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.cpp
source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.h
source/Plugins/OperatingSystem/CMakeLists.txt
source/Plugins/OperatingSystem/Go/CMakeLists.txt
source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp
source/Plugins/OperatingSystem/Go/OperatingSystemGo.h
source/Plugins/SymbolFile/DWARF/CMakeLists.txt
source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp
source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.h
source/Symbol/CMakeLists.txt
source/Symbol/GoASTContext.cpp
tools/lldb-test/SystemInitializerTest.cpp
unittests/Expression/CMakeLists.txt
unittests/Expression/GoParserTest.cpp
unittests/Language/Highlighting/CMakeLists.txt
unittests/Language/Highlighting/HighlighterTest.cpp
unittests/Symbol/TestClangASTContext.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54057.172458.patch
Type: text/x-patch
Size: 339128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181102/e79c52a8/attachment-0001.bin>
More information about the lldb-commits
mailing list