| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that importing modules in C works as expected.""" | ||
|
|
||
|
|
||
|
|
||
| import os | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test settings and readings of program variables.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that types defined in shared libraries work correctly.""" | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that types defined in shared libraries with stripped symbols work correctly.""" | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test the 'step target' feature.""" | ||
|
|
||
|
|
||
| import lldb | ||
| from lldbsuite.test.decorators import * | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test stepping over vrs. hitting breakpoints & subsequent stepping in various forms.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test thread stepping features in combination with frame select. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that thread-local storage can be read correctly.""" | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test lldb breakpoint command for CPP methods & functions in a namespace. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,6 @@ | |
| Test that the C++11 support for char16_t and char32_t works correctly. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,6 @@ | |
| Test that C++ supports char8_t correctly. | ||
| """ | ||
|
|
||
|
|
||
| import lldb | ||
| from lldbsuite.test.decorators import * | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test display and Python APIs on file and class static variables. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test breakpoint on a class constructor; and variable list the this object.""" | ||
|
|
||
|
|
||
|
|
||
| import os | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,6 @@ | |
| dynamic value calculator doesn't confuse them | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Use lldb Python API to test dynamic values in C++ | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Look up enum type information and check for correct display.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test lldb exception breakpoint command for CPP. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that importing modules in C++ works as expected.""" | ||
|
|
||
|
|
||
| import unittest2 | ||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test the printing of anonymous and named namespace variables. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test the printing of anonymous and named namespace variables. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that forward declarations don't cause bogus conflicts in namespaced types""" | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that variables with signed types display correctly. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Tests that C++ member and static variables have correct layout and scope. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test stepping into std::function | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test some expressions involving STL data types. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that we work properly with classes with the trivial_abi attribute | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that we can lookup types correctly in the expression parser | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,6 @@ | |
| Test that the expression parser returns proper Unicode strings. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that variables with unsigned types display correctly. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,8 +2,6 @@ | |
| Test C++ virtual function and virtual inheritance. | ||
| """ | ||
|
|
||
| import os | ||
| import re | ||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,6 @@ | |
| Test that C++ supports wchar_t correctly. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that lldb works correctly on compile units form different languages.""" | ||
|
|
||
|
|
||
|
|
||
| import re | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that types defined in shared libraries work correctly.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,6 @@ | |
| Test lldb Obj-C exception support. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that a forward-declared class works when its complete definition is in a library""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,6 @@ | |
| parser. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test more expression command sequences with objective-c. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test more expression command sequences with objective-c. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test more expression command sequences with objective-c. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test more expression command sequences with objective-c. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that Objective-C methods from the runtime work correctly. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that a global ObjC object found before the process is started updates correctly.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that hidden ivars in a shared library are visible from the main executable.""" | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that dynamically discovered ivars of type IMP do not crash LLDB | ||
| """ | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| import unittest2 | ||
| import os | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that importing modules in Objective-C works as expected.""" | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that the clang modules cache directory can be controlled.""" | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| import unittest2 | ||
| import os | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that DWARF types are trusted over module types""" | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that inline functions from modules are imported correctly""" | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| import unittest2 | ||
| import os | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that importing modules in Objective-C works as expected.""" | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Make sure that ivars of Objective-C++ classes are visible in LLDB. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Use lldb Python API to test base class resolution for ObjC classes | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that the expression parser doesn't get confused by 'id' and 'Class'""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Use lldb Python API to make sure the dynamic checkers are doing their jobs. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that we are able to properly report a usable dynamic type | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Use lldb Python API to test dynamic values in ObjC | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,6 @@ | |
| optimized it into a register. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test calling functions in static methods with a stripped binary.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test calling functions in static methods.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test passing structs to Objective-C methods.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test calling functions in class methods.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test calling methods on super.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that objective-c method returning BOOL works correctly. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that we do not attempt to make a dynamic type for a 'const char*' | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that we are able to find out how many children NSWindow has | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that types defined in shared libraries work correctly.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that we properly vend children for a single entry NSDictionary""" | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,6 @@ | |
| '__builtin_trap' intrinsic, which GCC (4.6) encodes to an illegal opcode. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,6 @@ | |
| over a thread creation instruction. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
| from __future__ import absolute_import | ||
|
|
||
| # System modules | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that the 'add-dsym', aka 'target symbols add', succeeds in the middle of debug session.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test breaking inside functions defined within a BSD archive file libfoo.a.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Make sure we can find the binary inside an app bundle. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that we read the function starts section. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test stepping and setting breakpoints in indirect and re-exported symbols.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that corefiles with an LC_NOTE "kern ver str" load command is used.""" | ||
|
|
||
|
|
||
|
|
||
| import os | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test loading of a kext binary. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,6 @@ | |
| targets. | ||
| """ | ||
|
|
||
|
|
||
| import lldb | ||
| import platform | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that debug symbols have the correct order as specified by the order file. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import re | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test function call thread safety.""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| """Test that we get thread names when interrupting a process.""" | ||
|
|
||
|
|
||
| import time | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test aspects of lldb commands on universal binaries.""" | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
|
|
||
| import lldbsuite.test.lldbtest as lldbtest | ||
|
|
||
| from builder_base import * | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test SBType APIs to fetch member function types. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test lldb Python API for file handles. | ||
| """ | ||
|
|
||
|
|
||
| import os | ||
| import io | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test that SBFrame::FindValue finds things but does not duplicate the entire variables list""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test Python APIs for target (launch and attach), breakpoint, and process.""" | ||
|
|
||
|
|
||
|
|
||
| import os | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that we embed the swig version into the lldb module | ||
| """ | ||
|
|
||
|
|
||
| """ | ||
| import os | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test SBprocess and SBThread APIs with printing of the stack traces using lldbutil. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test SBTarget APIs. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test SBType for ObjC classes. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test reading c-strings from memory via SB API.""" | ||
|
|
||
|
|
||
| import os | ||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Check that SBValue.GetValueAsSigned() does the right thing for a 32-bit -1. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test the SBData APIs.""" | ||
|
|
||
|
|
||
|
|
||
| from math import fabs | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test SBLaunchInfo | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| from lldbsuite.test.lldbtest import * | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test some SBStructuredData API. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test SBValue::Persist""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test SBSection APIs. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| from lldbsuite.test.decorators import * | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test SBProcess APIs, including ReadMemory(), WriteMemory(), and others. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test SBSymbolContext APIs. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test some SBValue APIs. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| import lldb | ||
| from lldbsuite.test.decorators import * | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| """Test SBValue::GetValueDidChange""" | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Describe the purpose of the test class here. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that the lldb editline handling is configured correctly. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,6 @@ | |
| """ | ||
|
|
||
| from __future__ import absolute_import | ||
|
|
||
| # System modules | ||
| import inspect | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,6 @@ | |
| Tests the process_control module. | ||
| """ | ||
|
|
||
|
|
||
| # System imports. | ||
| import os | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
|
|
||
| import gdbremote_testcase | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
|
|
||
| import gdbremote_testcase | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| # lldb test suite imports | ||
| from lldbsuite.test.decorators import * | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
|
|
||
| import gdbremote_testcase | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| import json | ||
| import gdbremote_testcase | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
|
|
||
| import gdbremote_testcase | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| import json | ||
| import re | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| import gdbremote_testcase | ||
| from lldbsuite.test.decorators import * | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| import json | ||
| import re | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
|
|
||
| import gdbremote_testcase | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
|
|
||
| import gdbremote_testcase | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
|
|
||
| import gdbremote_testcase | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| import time | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
|
|
||
| import gdbremote_testcase | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
|
|
||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| import gdbremote_testcase | ||
| from lldbsuite.test.decorators import * | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test lldb-vscode setBreakpoints request | ||
| """ | ||
|
|
||
|
|
||
| import unittest2 | ||
| import vscode | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test lldb-vscode setBreakpoints request | ||
| """ | ||
|
|
||
|
|
||
| import unittest2 | ||
| import vscode | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test lldb-vscode setBreakpoints request | ||
| """ | ||
|
|
||
|
|
||
| import unittest2 | ||
| import vscode | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test lldb-vscode setBreakpoints request | ||
| """ | ||
|
|
||
|
|
||
| import unittest2 | ||
| import vscode | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test lldb-vscode completions request | ||
| """ | ||
|
|
||
|
|
||
| import lldbvscode_testcase | ||
| import unittest2 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test lldb-vscode setBreakpoints request | ||
| """ | ||
|
|
||
|
|
||
| import unittest2 | ||
| import vscode | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| from lldbsuite.test.lldbtest import * | ||
| import os | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test lldb-vscode setBreakpoints request | ||
| """ | ||
|
|
||
|
|
||
| import unittest2 | ||
| import vscode | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test lldb-vscode setBreakpoints request | ||
| """ | ||
|
|
||
|
|
||
| import unittest2 | ||
| import vscode | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that variables of integer basic types are displayed correctly. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import AbstractBase | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that variables of floating point types are displayed correctly. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import AbstractBase | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that variables of floating point types are displayed correctly. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import AbstractBase | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| Test that recursive types are handled correctly. | ||
| """ | ||
|
|
||
|
|
||
|
|
||
| import lldb | ||
|
|
||