Remove `use_lldb_suite` from the package, and don't import it anymore.

This module was originally intended to be imported by top-level
scripts to be able to find the LLDB packages and third party
libraries.  Packages themselves shouldn't need to import it,
because by the time it gets into the package, the top-level
script should have already done this.  Indeed, it was just
adding the same values to sys.path multiple times, so this
patch is essentially no functional change.

To make sure it doesn't get re-introduced, we also delete the
`use_lldb_suite` module from `lldbsuite/test`, although the
original copy still remains in `lldb/test`

llvm-svn: 251963
This commit is contained in:
Zachary Turner 2015-11-03 19:20:39 +00:00
parent 22892687f7
commit 19474e1801
392 changed files with 391 additions and 413 deletions

View File

@ -4,7 +4,7 @@ Verify the default cache line size for android targets
from __future__ import print_function
import use_lldb_suite
import os
import lldb

View File

@ -5,7 +5,7 @@ should compile and link with the LLDB framework."""
from __future__ import print_function
import use_lldb_suite
import os, re
from lldbsuite.test.lldbtest import *

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, re
from lldbsuite.test.lldbtest import *

View File

@ -3,7 +3,7 @@
from __future__ import print_function
# __package__ = "lldbsuite.test"
import use_lldb_suite
import os, re
from lldbsuite.test.lldbtest import *

View File

@ -4,7 +4,7 @@ Test some ARM instruction emulation.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, sys
import lldb

View File

@ -4,7 +4,7 @@ inferior and traverses the stack for thread0 to arrive at frame with function
from __future__ import print_function
import use_lldb_suite
import os, sys
import lldb

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, sys
import lldb

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, sys
import lldb

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, sys
import lldb

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, sys
import lldb

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, sys
import lldb

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, sys
import lldb

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, sys
import lldb

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, sys
import lldb

View File

@ -34,7 +34,7 @@ echo core.%p | sudo tee /proc/sys/kernel/core_pattern
from __future__ import print_function
import use_lldb_suite
# system packages and modules
import asyncore

View File

@ -19,7 +19,7 @@ for available options.
"""
from __future__ import print_function
import use_lldb_suite
import sys
import lldbsuite
import lldbtest_config

View File

@ -16,7 +16,7 @@ framework.
from __future__ import print_function
import use_lldb_suite
import asyncore
import socket

View File

@ -4,7 +4,7 @@ Test that the lldb driver's batch mode works correctly.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test calling std::String member functions.
from __future__ import print_function
import use_lldb_suite
import lldb
import lldbsuite.test.lldbutil as lldbutil

View File

@ -4,7 +4,7 @@ Test calling a function, stopping in the call, continue and gather the result on
from __future__ import print_function
import use_lldb_suite
import lldb
import lldbsuite.test.lldbutil as lldbutil

View File

@ -9,7 +9,7 @@ Note:
from __future__ import print_function
import use_lldb_suite
import lldb
import lldbsuite.test.lldbutil as lldbutil

View File

@ -4,7 +4,7 @@ Test calling a function that hits a signal set to auto-restart, make sure the ca
from __future__ import print_function
import use_lldb_suite
import lldb
import lldbsuite.test.lldbutil as lldbutil

View File

@ -4,7 +4,7 @@ Test calling a function that throws an ObjC exception, make sure that it doesn't
from __future__ import print_function
import use_lldb_suite
import lldb
import lldbsuite.test.lldbutil as lldbutil

View File

@ -1,6 +1,6 @@
from __future__ import print_function
import use_lldb_suite
import lldb
import lldbsuite.test.lldbutil as lldbutil

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os
import lldb

View File

@ -4,7 +4,7 @@ Test using LLDB data formatters with frozen objects coming from the expression p
from __future__ import print_function
import use_lldb_suite
import lldb
import lldbsuite.test.lldbutil as lldbutil

View File

@ -6,7 +6,7 @@ expected in a SyntheticChildrenProvider
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -9,7 +9,7 @@ o test_expr_options:
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test that we can p *objcObject
from __future__ import print_function
import use_lldb_suite
import lldb
import lldbsuite.test.lldbutil as lldbutil

View File

@ -4,7 +4,7 @@ Test that we can have persistent pointer variables
from __future__ import print_function
import use_lldb_suite
import lldb
import lldbsuite.test.lldbutil as lldbutil

View File

@ -4,7 +4,7 @@ Test that nested persistent types work.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test that lldb persistent types works correctly.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test that lldb persistent variables works correctly.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test that the po command acts correctly.
from __future__ import print_function
import use_lldb_suite
import lldb
import lldbsuite.test.lldbutil as lldbutil

View File

@ -4,7 +4,7 @@ Test the robustness of lldb expression parser.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ The evaluating printf(...) after break stop and then up a stack frame.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test example snippets from the lldb 'help expression' output.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -13,7 +13,7 @@ o test_expr_commands_can_handle_quotes:
from __future__ import print_function
import use_lldb_suite
import unittest2

View File

@ -4,7 +4,7 @@ Test some more expression commands.
from __future__ import print_function
import use_lldb_suite
import os
import lldb

View File

@ -4,7 +4,7 @@ Test calling a function that waits a while, and make sure the timeout option to
from __future__ import print_function
import use_lldb_suite
import lldb
import lldbsuite.test.lldbutil as lldbutil

View File

@ -6,7 +6,7 @@ The expression parser's type search only looks in the current compilation unit f
from __future__ import print_function
import use_lldb_suite
import lldb
from lldbsuite.test.lldbtest import *

View File

@ -4,7 +4,7 @@ Test some lldb command abbreviations and aliases for proper resolution.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -5,7 +5,7 @@ many commands remain available even after we add/delete commands in the future.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test that ASan memory history provider returns correct stack traces
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test the AddressSanitizer runtime support for report breakpoint and data extract
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test process attach/resume.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test whether a process started by lldb has no extra file descriptors open.
from __future__ import print_function
import use_lldb_suite
import os
import lldb

View File

@ -4,7 +4,7 @@ Test that backticks without a target should work (not infinite looping).
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb breakpoint command add/list/delete.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test that you can set breakpoint commands successfully with the Python API's:
from __future__ import print_function
import use_lldb_suite
import os
import re

View File

@ -4,7 +4,7 @@ Test _regexp-break command which uses regular expression matching to dispatch to
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test breakpoint conditions with 'breakpoint modify -c <expr> id'.
from __future__ import print_function
import use_lldb_suite
import os, time
import re

View File

@ -4,7 +4,7 @@ Test lldb breakpoint ids.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test breakpoint ignore count features.
from __future__ import print_function
import use_lldb_suite
import os, time
import re

View File

@ -4,7 +4,7 @@ Test breakpoint commands for a breakpoint ID with multiple locations.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test breakpoint command for different options.
from __future__ import print_function
import use_lldb_suite
import os
import lldb

View File

@ -3,7 +3,7 @@ Test breakpoint command with AT_comp_dir set to symbolic link.
"""
from __future__ import print_function
import use_lldb_suite
import os
import lldb

View File

@ -4,7 +4,7 @@ Test continue from a breakpoint when there is a breakpoint on the next instructi
from __future__ import print_function
import use_lldb_suite
import unittest2
import lldb

View File

@ -4,7 +4,7 @@ Test lldb breakpoint ids.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test that you can set breakpoint and hit the C++ language exception breakpoint
from __future__ import print_function
import use_lldb_suite
import os
import re

View File

@ -4,7 +4,7 @@ Test breakpoint commands set before we have a target
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -5,7 +5,7 @@ another source file) works correctly.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -5,7 +5,7 @@ parser.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test the command history mechanism
from __future__ import print_function
import use_lldb_suite
import os
import lldb

View File

@ -4,7 +4,7 @@ Test lldb 'commands regex' command which allows the user to create a regular exp
from __future__ import print_function
import use_lldb_suite
import os
import lldb

View File

@ -4,7 +4,7 @@ Test lldb Python commands.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, sys, time
import lldb

View File

@ -2,7 +2,7 @@
from __future__ import print_function
import use_lldb_suite
import os, sys, time
import lldb

View File

@ -1,4 +1,4 @@
import use_lldb_suite
import six
def command(debugger, command, result, internal_dict):

View File

@ -1,4 +1,4 @@
import use_lldb_suite
import six
def command(debugger, command, result, internal_dict):

View File

@ -6,7 +6,7 @@ See also http://llvm.org/viewvc/llvm-project?view=rev&revision=109673.
from __future__ import print_function
import use_lldb_suite
import os, sys
import lldb

View File

@ -4,7 +4,7 @@ Test the lldb command line completion mechanism.
from __future__ import print_function
import use_lldb_suite
import os
import lldb

View File

@ -4,7 +4,7 @@ Test conditionally break on a function and inspect its variables.
from __future__ import print_function
import use_lldb_suite
import os, time
import re

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -5,7 +5,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -5,7 +5,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time, re
import lldb

View File

@ -5,7 +5,7 @@ corruption).
from __future__ import print_function
import use_lldb_suite
import os, time, re
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

View File

@ -4,7 +4,7 @@ Test lldb data formatter subsystem.
from __future__ import print_function
import use_lldb_suite
import os, time
import lldb

Some files were not shown because too many files have changed in this diff Show More