From 77198bc79b54267f2ce981c3a6c9c0d6384cac01 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 5 Nov 2018 19:33:59 +0000 Subject: Remove Go debugger plugin 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 Go 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/D54057 llvm-svn: 346157 --- lldb/packages/Python/lldbsuite/test/settings/TestSettings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/settings/TestSettings.py') diff --git a/lldb/packages/Python/lldbsuite/test/settings/TestSettings.py b/lldb/packages/Python/lldbsuite/test/settings/TestSettings.py index e04502f9b3e..b46e3b4103c 100644 --- a/lldb/packages/Python/lldbsuite/test/settings/TestSettings.py +++ b/lldb/packages/Python/lldbsuite/test/settings/TestSettings.py @@ -418,11 +418,11 @@ class SettingsCommandTestCase(TestBase): # Set to known value self.runCmd("settings set target.language c89") # Set to new value with trailing whitespace - self.runCmd("settings set target.language go ") + self.runCmd("settings set target.language c11 ") self.expect( "settings show target.language", SETTING_MSG("target.language"), - startstr="target.language (language) = go") + startstr="target.language (language) = c11") self.runCmd("settings clear target.language", check=False) # arguments self.runCmd("settings set target.run-args 1 2 3") # Set to known value -- cgit v1.2.3