diff options
| author | Zachary Turner <zturner@google.com> | 2015-10-27 20:12:05 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-10-27 20:12:05 +0000 |
| commit | 0a0490b1520e96b728448b8c43ca873fcaa809dc (patch) | |
| tree | d86351542362fcd3187d40fdfb0ccb939ac2f99a /lldb/test/tools | |
| parent | 235acde953856a52b692cecf2c0484f2c30fdf43 (diff) | |
| download | bcm5719-llvm-0a0490b1520e96b728448b8c43ca873fcaa809dc.tar.gz bcm5719-llvm-0a0490b1520e96b728448b8c43ca873fcaa809dc.zip | |
Rename `lldb_shared` to `use_lldb_suite`.
llvm-svn: 251444
Diffstat (limited to 'lldb/test/tools')
38 files changed, 38 insertions, 38 deletions
diff --git a/lldb/test/tools/lldb-mi/TestMiExit.py b/lldb/test/tools/lldb-mi/TestMiExit.py index 4bed4cffb9c..038710e8c5b 100644 --- a/lldb/test/tools/lldb-mi/TestMiExit.py +++ b/lldb/test/tools/lldb-mi/TestMiExit.py @@ -4,7 +4,7 @@ Test that the lldb-mi driver exits properly. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/TestMiFile.py b/lldb/test/tools/lldb-mi/TestMiFile.py index 7020b6963b5..c48119c8c0b 100644 --- a/lldb/test/tools/lldb-mi/TestMiFile.py +++ b/lldb/test/tools/lldb-mi/TestMiFile.py @@ -4,7 +4,7 @@ Test lldb-mi -file-xxx commands. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/TestMiGdbSetShow.py b/lldb/test/tools/lldb-mi/TestMiGdbSetShow.py index b7680e38d6a..a3f54239e68 100644 --- a/lldb/test/tools/lldb-mi/TestMiGdbSetShow.py +++ b/lldb/test/tools/lldb-mi/TestMiGdbSetShow.py @@ -4,7 +4,7 @@ Test lldb-mi -gdb-set and -gdb-show commands. from __future__ import print_function -import lldb_shared +import use_lldb_suite import unittest2 import lldbmi_testcase diff --git a/lldb/test/tools/lldb-mi/TestMiLibraryLoaded.py b/lldb/test/tools/lldb-mi/TestMiLibraryLoaded.py index bc4b7a944c3..caf9a49d47b 100644 --- a/lldb/test/tools/lldb-mi/TestMiLibraryLoaded.py +++ b/lldb/test/tools/lldb-mi/TestMiLibraryLoaded.py @@ -4,7 +4,7 @@ Test lldb-mi =library-loaded notifications. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/TestMiPrompt.py b/lldb/test/tools/lldb-mi/TestMiPrompt.py index e0038af30f8..4f9e2ac7b0d 100644 --- a/lldb/test/tools/lldb-mi/TestMiPrompt.py +++ b/lldb/test/tools/lldb-mi/TestMiPrompt.py @@ -4,7 +4,7 @@ Test that the lldb-mi driver prints prompt properly. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py b/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py index f0beb0870fa..056dd29b57a 100644 --- a/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py +++ b/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py @@ -4,7 +4,7 @@ Test lldb-mi -break-xxx commands. from __future__ import print_function -import lldb_shared +import use_lldb_suite import unittest2 import lldbmi_testcase diff --git a/lldb/test/tools/lldb-mi/control/TestMiExec.py b/lldb/test/tools/lldb-mi/control/TestMiExec.py index 41ccfc70b57..11f4e6374c0 100644 --- a/lldb/test/tools/lldb-mi/control/TestMiExec.py +++ b/lldb/test/tools/lldb-mi/control/TestMiExec.py @@ -4,7 +4,7 @@ Test lldb-mi -exec-xxx commands. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/data/TestMiData.py b/lldb/test/tools/lldb-mi/data/TestMiData.py index 8d7b370d43e..94e5042b3bf 100644 --- a/lldb/test/tools/lldb-mi/data/TestMiData.py +++ b/lldb/test/tools/lldb-mi/data/TestMiData.py @@ -4,7 +4,7 @@ Test lldb-mi -data-xxx commands. from __future__ import print_function -import lldb_shared +import use_lldb_suite import unittest2 import lldbmi_testcase diff --git a/lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py b/lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py index 13797e0307a..594b7595e1c 100644 --- a/lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py +++ b/lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py @@ -4,7 +4,7 @@ Test lldb-mi can interpret CLI commands directly. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py b/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py index 0667b5f992b..ccdc64213b8 100644 --- a/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py +++ b/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py @@ -4,7 +4,7 @@ Test lldb-mi -interpreter-exec command. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/lldbmi_testcase.py b/lldb/test/tools/lldb-mi/lldbmi_testcase.py index 071cf50ff51..944dca0af5e 100644 --- a/lldb/test/tools/lldb-mi/lldbmi_testcase.py +++ b/lldb/test/tools/lldb-mi/lldbmi_testcase.py @@ -4,7 +4,7 @@ Base class for lldb-mi test cases. from __future__ import print_function -import lldb_shared +import use_lldb_suite from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/signal/TestMiSignal.py b/lldb/test/tools/lldb-mi/signal/TestMiSignal.py index 545d56843c2..d3f22c5ff0f 100644 --- a/lldb/test/tools/lldb-mi/signal/TestMiSignal.py +++ b/lldb/test/tools/lldb-mi/signal/TestMiSignal.py @@ -4,7 +4,7 @@ Test that the lldb-mi handles signals properly. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/stack/TestMiStack.py b/lldb/test/tools/lldb-mi/stack/TestMiStack.py index 921e5c20129..1126f698c04 100644 --- a/lldb/test/tools/lldb-mi/stack/TestMiStack.py +++ b/lldb/test/tools/lldb-mi/stack/TestMiStack.py @@ -4,7 +4,7 @@ Test lldb-mi -stack-xxx commands. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py b/lldb/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py index 404309c9b06..5f07e337cdf 100644 --- a/lldb/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py +++ b/lldb/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py @@ -4,7 +4,7 @@ Test lldb-mi startup options. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/symbol/TestMiSymbol.py b/lldb/test/tools/lldb-mi/symbol/TestMiSymbol.py index ca98822cd2d..8bbe552c6d5 100644 --- a/lldb/test/tools/lldb-mi/symbol/TestMiSymbol.py +++ b/lldb/test/tools/lldb-mi/symbol/TestMiSymbol.py @@ -4,7 +4,7 @@ Test lldb-mi -symbol-xxx commands. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py b/lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py index f51fff0edd1..df40a81b4ec 100644 --- a/lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py +++ b/lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py @@ -4,7 +4,7 @@ Test that the lldb-mi driver understands MI command syntax. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/target/TestMiTarget.py b/lldb/test/tools/lldb-mi/target/TestMiTarget.py index 92384dbe21f..d10051b4421 100644 --- a/lldb/test/tools/lldb-mi/target/TestMiTarget.py +++ b/lldb/test/tools/lldb-mi/target/TestMiTarget.py @@ -4,7 +4,7 @@ Test lldb-mi -target-xxx commands. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py b/lldb/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py index e2c2cfd4a11..a6e08780f36 100644 --- a/lldb/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py +++ b/lldb/test/tools/lldb-mi/variable/TestMiGdbSetShowPrint.py @@ -5,7 +5,7 @@ Test lldb-mi -gdb-set and -gdb-show commands for 'print option-name'. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-mi/variable/TestMiVar.py b/lldb/test/tools/lldb-mi/variable/TestMiVar.py index 1978de16d48..d4973e4663f 100644 --- a/lldb/test/tools/lldb-mi/variable/TestMiVar.py +++ b/lldb/test/tools/lldb-mi/variable/TestMiVar.py @@ -4,7 +4,7 @@ Test lldb-mi -var-xxx commands. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-server/TestGDBRemoteMemoryRead.py b/lldb/test/tools/lldb-server/TestGDBRemoteMemoryRead.py index 0980b45a3fe..8ec7fd6f1e6 100644 --- a/lldb/test/tools/lldb-server/TestGDBRemoteMemoryRead.py +++ b/lldb/test/tools/lldb-server/TestGDBRemoteMemoryRead.py @@ -4,7 +4,7 @@ Tests the binary ($x) and hex ($m) memory read packets of the remote stub from __future__ import print_function -import lldb_shared +import use_lldb_suite import os import lldb diff --git a/lldb/test/tools/lldb-server/TestGdbRemoteAttach.py b/lldb/test/tools/lldb-server/TestGdbRemoteAttach.py index b0e1e3fe3bf..9667c76609a 100644 --- a/lldb/test/tools/lldb-server/TestGdbRemoteAttach.py +++ b/lldb/test/tools/lldb-server/TestGdbRemoteAttach.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import gdbremote_testcase import lldbgdbserverutils diff --git a/lldb/test/tools/lldb-server/TestGdbRemoteAuxvSupport.py b/lldb/test/tools/lldb-server/TestGdbRemoteAuxvSupport.py index a1977be5b0a..5ca05ea888e 100644 --- a/lldb/test/tools/lldb-server/TestGdbRemoteAuxvSupport.py +++ b/lldb/test/tools/lldb-server/TestGdbRemoteAuxvSupport.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import gdbremote_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-server/TestGdbRemoteExpeditedRegisters.py b/lldb/test/tools/lldb-server/TestGdbRemoteExpeditedRegisters.py index 7f3ecfc6e07..e9259182023 100644 --- a/lldb/test/tools/lldb-server/TestGdbRemoteExpeditedRegisters.py +++ b/lldb/test/tools/lldb-server/TestGdbRemoteExpeditedRegisters.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import gdbremote_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-server/TestGdbRemoteKill.py b/lldb/test/tools/lldb-server/TestGdbRemoteKill.py index 2bfe3df9668..a6f1d14ad6c 100644 --- a/lldb/test/tools/lldb-server/TestGdbRemoteKill.py +++ b/lldb/test/tools/lldb-server/TestGdbRemoteKill.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import gdbremote_testcase import lldbgdbserverutils diff --git a/lldb/test/tools/lldb-server/TestGdbRemoteProcessInfo.py b/lldb/test/tools/lldb-server/TestGdbRemoteProcessInfo.py index 3c3b3ffc650..9c2363ac4da 100644 --- a/lldb/test/tools/lldb-server/TestGdbRemoteProcessInfo.py +++ b/lldb/test/tools/lldb-server/TestGdbRemoteProcessInfo.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import gdbremote_testcase import lldbgdbserverutils diff --git a/lldb/test/tools/lldb-server/TestGdbRemoteRegisterState.py b/lldb/test/tools/lldb-server/TestGdbRemoteRegisterState.py index c26ad96251b..ef2f3ca179e 100644 --- a/lldb/test/tools/lldb-server/TestGdbRemoteRegisterState.py +++ b/lldb/test/tools/lldb-server/TestGdbRemoteRegisterState.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import gdbremote_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-server/TestGdbRemoteSingleStep.py b/lldb/test/tools/lldb-server/TestGdbRemoteSingleStep.py index 355f0cb6e19..0155af52f9f 100644 --- a/lldb/test/tools/lldb-server/TestGdbRemoteSingleStep.py +++ b/lldb/test/tools/lldb-server/TestGdbRemoteSingleStep.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import gdbremote_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py b/lldb/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py index 23ff0b80612..e0ca9b15142 100644 --- a/lldb/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py +++ b/lldb/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import gdbremote_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py b/lldb/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py index bbea58956dd..084bb44fb62 100644 --- a/lldb/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py +++ b/lldb/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import sys diff --git a/lldb/test/tools/lldb-server/TestGdbRemote_vCont.py b/lldb/test/tools/lldb-server/TestGdbRemote_vCont.py index 48189b38a8f..267ce65d1c6 100644 --- a/lldb/test/tools/lldb-server/TestGdbRemote_vCont.py +++ b/lldb/test/tools/lldb-server/TestGdbRemote_vCont.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import gdbremote_testcase from lldbtest import * diff --git a/lldb/test/tools/lldb-server/TestLldbGdbServer.py b/lldb/test/tools/lldb-server/TestLldbGdbServer.py index fbde859525f..a254269e25f 100644 --- a/lldb/test/tools/lldb-server/TestLldbGdbServer.py +++ b/lldb/test/tools/lldb-server/TestLldbGdbServer.py @@ -12,7 +12,7 @@ the initial set of tests implemented. from __future__ import print_function -import lldb_shared +import use_lldb_suite import unittest2 import gdbremote_testcase diff --git a/lldb/test/tools/lldb-server/commandline/TestStubSetSID.py b/lldb/test/tools/lldb-server/commandline/TestStubSetSID.py index ee93e0bf984..68d2b2ffa56 100644 --- a/lldb/test/tools/lldb-server/commandline/TestStubSetSID.py +++ b/lldb/test/tools/lldb-server/commandline/TestStubSetSID.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import gdbremote_testcase import lldbgdbserverutils diff --git a/lldb/test/tools/lldb-server/gdbremote_testcase.py b/lldb/test/tools/lldb-server/gdbremote_testcase.py index 7a780d82d65..8da1fda2d52 100644 --- a/lldb/test/tools/lldb-server/gdbremote_testcase.py +++ b/lldb/test/tools/lldb-server/gdbremote_testcase.py @@ -4,7 +4,7 @@ Base class for gdb-remote test cases. from __future__ import print_function -import lldb_shared +import use_lldb_suite import errno import os diff --git a/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py b/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py index dd4a0f77b83..1f00a7d3594 100644 --- a/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py +++ b/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import gdbremote_testcase import signal diff --git a/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py b/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py index 0ee76dd5d46..7b3186b9a7c 100644 --- a/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py +++ b/lldb/test/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import gdbremote_testcase import signal diff --git a/lldb/test/tools/lldb-server/lldbgdbserverutils.py b/lldb/test/tools/lldb-server/lldbgdbserverutils.py index a635878f5f2..8014a79550b 100644 --- a/lldb/test/tools/lldb-server/lldbgdbserverutils.py +++ b/lldb/test/tools/lldb-server/lldbgdbserverutils.py @@ -3,7 +3,7 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import os import os.path diff --git a/lldb/test/tools/lldb-server/socket_packet_pump.py b/lldb/test/tools/lldb-server/socket_packet_pump.py index a6f42edb398..1fd52bc0f26 100644 --- a/lldb/test/tools/lldb-server/socket_packet_pump.py +++ b/lldb/test/tools/lldb-server/socket_packet_pump.py @@ -1,7 +1,7 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import re import select diff --git a/lldb/test/tools/lldb-server/test/test_lldbgdbserverutils.py b/lldb/test/tools/lldb-server/test/test_lldbgdbserverutils.py index 6391d47a39e..e21191f0ee4 100644 --- a/lldb/test/tools/lldb-server/test/test_lldbgdbserverutils.py +++ b/lldb/test/tools/lldb-server/test/test_lldbgdbserverutils.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import unittest2 import os.path |

