Skip to content

Commit 0a0490b

Browse files
author
Zachary Turner
committed
Rename lldb_shared to use_lldb_suite.
llvm-svn: 251444
1 parent 235acde commit 0a0490b

File tree

395 files changed

+395
-395
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

395 files changed

+395
-395
lines changed

lldb/test/android/platform/TestDefaultCacheLineSize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os
1010
import lldb

lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from __future__ import print_function
77

8-
import lldb_shared
8+
import use_lldb_suite
99

1010
import os, re
1111
from lldbtest import *

lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
import lldb_shared
5+
import use_lldb_suite
66

77
import os, re
88
from lldbtest import *

lldb/test/api/multithreaded/TestMultithreaded.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
import lldb_shared
5+
import use_lldb_suite
66

77
import os, re
88
from lldbtest import *

lldb/test/arm_emulation/TestEmulations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os, time
1010
import lldb

lldb/test/benchmarks/continue/TestBenchmarkContinue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os, time
1010
import lldb

lldb/test/benchmarks/disassembly/TestDisassembly.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
import lldb_shared
5+
import use_lldb_suite
66

77
import os, sys
88
import lldb

lldb/test/benchmarks/disassembly/TestDoAttachThenDisassembly.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os, sys
1010
import lldb

lldb/test/benchmarks/disassembly/TestXcode41Vs42GDBDisassembly.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
import lldb_shared
5+
import use_lldb_suite
66

77
import os, sys
88
import lldb

lldb/test/benchmarks/expression/TestExpressionCmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
import lldb_shared
5+
import use_lldb_suite
66

77
import os, sys
88
import lldb

lldb/test/benchmarks/expression/TestRepeatedExprs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
import lldb_shared
5+
import use_lldb_suite
66

77
import os, sys
88
import lldb

lldb/test/benchmarks/frame_variable/TestFrameVariableResponse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
import lldb_shared
5+
import use_lldb_suite
66

77
import os, sys
88
import lldb

lldb/test/benchmarks/startup/TestStartupDelays.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
import lldb_shared
5+
import use_lldb_suite
66

77
import os, sys
88
import lldb

lldb/test/benchmarks/stepping/TestRunHooksThenSteppings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
import lldb_shared
5+
import use_lldb_suite
66

77
import os, sys
88
import lldb

lldb/test/benchmarks/stepping/TestSteppingSpeed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
import lldb_shared
5+
import use_lldb_suite
66

77
import os, sys
88
import lldb

lldb/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
import lldb_shared
5+
import use_lldb_suite
66

77
import os, sys
88
import lldb

lldb/test/dosep.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
from __future__ import print_function
3636

37-
import lldb_shared
37+
import use_lldb_suite
3838

3939
# system packages and modules
4040
import asyncore

lldb/test/dotest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from __future__ import print_function
2424

25-
import lldb_shared
25+
import use_lldb_suite
2626

2727
import atexit
2828
import commands

lldb/test/dotest_channels.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from __future__ import print_function
1818

19-
import lldb_shared
19+
import use_lldb_suite
2020

2121
import asyncore
2222
import socket

lldb/test/driver/batch_mode/TestBatchMode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os, time
1010
import lldb

lldb/test/expression_command/call-function/TestCallStdStringFunction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import lldb
1010
import lldbutil

lldb/test/expression_command/call-function/TestCallStopAndContinue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import lldb
1010
import lldbutil

lldb/test/expression_command/call-function/TestCallUserDefinedFunction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from __future__ import print_function
1111

12-
import lldb_shared
12+
import use_lldb_suite
1313

1414
import lldb
1515
import lldbutil

lldb/test/expression_command/call-restarts/TestCallThatRestarts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import lldb
1010
import lldbutil

lldb/test/expression_command/call-throws/TestCallThatThrows.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import lldb
1010
import lldbutil

lldb/test/expression_command/char/TestExprsChar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import print_function
22

3-
import lldb_shared
3+
import use_lldb_suite
44

55
import lldb
66
import lldbutil

lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import print_function
44

5-
import lldb_shared
5+
import use_lldb_suite
66

77
import os
88
import lldb

lldb/test/expression_command/formatters/TestFormatters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import lldb
1010
import lldbutil

lldb/test/expression_command/issue_11588/Test11588.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from __future__ import print_function
88

9-
import lldb_shared
9+
import use_lldb_suite
1010

1111
import os, time
1212
import lldb

lldb/test/expression_command/options/TestExprOptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from __future__ import print_function
1111

12-
import lldb_shared
12+
import use_lldb_suite
1313

1414
import os, time
1515
import lldb

lldb/test/expression_command/persist_objc_pointeetype/TestPersistObjCPointeeType.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import lldb
1010
import lldbutil

lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import lldb
1010
import lldbutil

lldb/test/expression_command/persistent_types/TestNestedPersistentTypes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os, time
1010
import lldb

lldb/test/expression_command/persistent_types/TestPersistentTypes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os, time
1010
import lldb

lldb/test/expression_command/persistent_variables/TestPersistentVariables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os, time
1010
import lldb

lldb/test/expression_command/po_verbosity/TestPoVerbosity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import lldb
1010
import lldbutil

lldb/test/expression_command/radar_8638051/Test8638051.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os, time
1010
import lldb

lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os, time
1010
import lldb

lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os, time
1010
import lldb

lldb/test/expression_command/test/TestExprs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from __future__ import print_function
1515

16-
import lldb_shared
16+
import use_lldb_suite
1717

1818
import unittest2
1919

lldb/test/expression_command/test/TestExprs2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os
1010
import lldb

lldb/test/expression_command/timeout/TestCallWithTimeout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import lldb
1010
import lldbutil

lldb/test/expression_command/two-files/TestObjCTypeQueryFromOtherCompileUnit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from __future__ import print_function
88

9-
import lldb_shared
9+
import use_lldb_suite
1010

1111
import lldb
1212
from lldbtest import *

lldb/test/functionalities/abbreviation/TestAbbreviations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import print_function
66

7-
import lldb_shared
7+
import use_lldb_suite
88

99
import os, time
1010
import lldb

0 commit comments

Comments
 (0)