summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan2016-05-021-1/+0
* I forgot to check in the test case for the changes I made to synthetic childr...Enrico Granata2016-05-024-0/+127
* Update test for r268192.Kuba Brecka2016-05-011-3/+3
* Fix TestEnumTypes.py for 32 bit platforms.Chaoren Lin2016-04-291-2/+2
* Watch out for compilers that generate bad bitfield info. If the bit size of a...Greg Clayton2016-04-291-1/+0
* Make sure LLDB can deal with forward declarations to enums without crashing o...Greg Clayton2016-04-292-1/+19
* [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-293-0/+35
* XFail TestBitfields.py Python API tests.Chaoren Lin2016-04-281-0/+1
* Provide location information (file name, line number) in TSan reports about g...Kuba Brecka2016-04-283-0/+98
* Remote flaky decorator from TestSignalsAPI on linuxPavel Labath2016-04-281-1/+0
* Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath2016-04-283-35/+0
* Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-283-0/+35
* XFail TestIRInterpreter on WindowsAdrian McCarthy2016-04-271-0/+1
* Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.Sean Callanan2016-04-273-0/+84
* Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests i...Kuba Brecka2016-04-275-0/+22
* Remove flaky decorator from three tests on linuxPavel Labath2016-04-273-3/+0
* Fix TestRegisterVariables.py on WindowsAdrian McCarthy2016-04-261-3/+3
* Fix send and receive of ACK byte in test infrastructure for Python 3.5Adrian McCarthy2016-04-262-6/+2
* Bump up timeout in TestCallWithTimeoutPavel Labath2016-04-261-2/+2
* Fix TestGetVariables.py.Chaoren Lin2016-04-252-2/+3
* Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...Greg Clayton2016-04-253-0/+223
* Store absolute path for lldb executable in dotest.pyFrancis Ricci2016-04-251-1/+1
* Add missing qRegisterInfo option to gdbremote testcaseFrancis Ricci2016-04-251-0/+1
* skip TestBitfields.py on OS XTodd Fiala2016-04-251-0/+1
* Skip TestBitfileds on linuxPavel Labath2016-04-251-0/+1
* Remove flaky decorator from two tests on linuxPavel Labath2016-04-252-4/+0
* Add a --element-count option to the expression commandEnrico Granata2016-04-256-0/+203
* DWARF layout for bitfields is wrong when the bit offset is negative. Greg Clayton2016-04-222-0/+22
* Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.Kuba Brecka2016-04-223-0/+131
* Removed extraneous print() in decorator for enabling module debuggingKate Stone2016-04-201-1/+0
* Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...Enrico Granata2016-04-203-0/+64
* test infra: move test event-related handling into its own packageTodd Fiala2016-04-2014-674/+734
* Fix xfail for test_tilde_home_directory on windowsTamas Berghammer2016-04-201-1/+1
* llvm::sys::path::home_directory() relies on having "HOME" set in the environm...Greg Clayton2016-04-191-0/+60
* Eliminate circular dependency introduced between lldbtest.py and decorators.pyKate Stone2016-04-191-3/+2
* Adds a test to detect when clang omits specialized generic types from debug i...Kate Stone2016-04-196-0/+118
* Fix typo in TestSourceManager.pyPavel Labath2016-04-191-1/+1
* test infra cleanup: convert test_runner lib into packageTodd Fiala2016-04-196-30/+19
* ensure lldbinline remembers .py extensionTodd Fiala2016-04-182-6/+20
* fix a race is the LLDB test suite results collectionTodd Fiala2016-04-184-6/+32
* Fixup r266327Pavel Labath2016-04-181-2/+2
* [LLDB][MIPS] Fix TestConcurrentEventsMohit K. Bhakkad2016-04-181-35/+35
* Make destructor breakpoint location test more resilientPavel Labath2016-04-152-8/+43
* Blocks are only reliably supported on Darwin. Disable the test otherwise.Sean Callanan2016-04-151-0/+3
* Added a testcase for defining and using lambdas in the expression parser.Sean Callanan2016-04-152-0/+21
* Added a testcase for defining and using a block in the expression parser.Sean Callanan2016-04-151-3/+13
* Disable LinuxCoreTestCase.test_s390xUlrich Weigand2016-04-141-0/+2
* [test] make expect_state_changes actually expect *only* themPavel Labath2016-04-143-13/+15
* [test] Relax stderr expectations on targets with chatty outputPavel Labath2016-04-147-12/+31
* Fix test cases for big-endian systemsUlrich Weigand2016-04-1410-75/+164
OpenPOWER on IntegriCloud