summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* [test-suite] UNXfail several tests that now pass locally.Davide Italiano2018-01-291-3/+0
* [lldb] Generic base for testing gdb-remote behaviorPavel Labath2018-01-293-0/+489
* gmodules XFAIL two more tests that only fail for android (pr36109)Pavel Labath2018-01-262-0/+2
* Fix linux fallout from c++ gmodules enablePavel Labath2018-01-261-0/+1
* [test] Fix a test that never compiled under -fmodulesVedant Kumar2018-01-251-5/+0
* Use test-specific module caches to avoid stale header conflictsVedant Kumar2018-01-254-0/+9
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-19215-304/+293
* Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.Jim Ingham2018-01-121-3/+1
* Advanced guessing of rendezvous breakpoint (resubmit)Eugene Zemtsov2018-01-112-15/+14
* Revert "Advanced guessing of rendezvous breakpoint"Eugene Zemtsov2018-01-102-14/+15
* Advanced guessing of rendezvous breakpointEugene Zemtsov2018-01-102-15/+14
* Cut and paste error - I wasn't actually running both tests...Jim Ingham2018-01-091-1/+1
* Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda2017-12-221-1/+1
* Temporarily XFAIL test/functionalities/exec while investiagting bot breakage.Adrian Prantl2017-12-191-0/+2
* These tests don't depend on debug info format.Jim Ingham2017-12-071-0/+2
* Add target.process.stop-on-exec setting, and obey it.Jim Ingham2017-12-051-12/+32
* Makefile.rules: compile all tests with -fno-limit-debug-infoPavel Labath2017-12-0415-92/+0
* Fix this test so that the breakpoints you set areJim Ingham2017-11-302-2/+6
* Add a test case for open bug 35480Pavel Labath2017-11-305-0/+82
* Fix floating point register write on new x86 linux kernelsPavel Labath2017-11-281-7/+11
* Implement core dump debugging for PPC64lePavel Labath2017-11-163-0/+8
* Add a data formatter for libc++ std::bitsetPavel Labath2017-11-143-0/+72
* Xfail TestConcurrentTwoWatchpointsOneSignal on armPavel Labath2017-11-081-0/+1
* "Fix" concurrent events test for armPavel Labath2017-11-0721-22/+2
* Xfail test_stack_info_in_minidump testPavel Labath2017-11-031-0/+1
* Fix classifications on two concurrent event testsPavel Labath2017-11-032-1/+1
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-027-15/+5
* Remove android watchpoint xfailsPavel Labath2017-11-0216-55/+0
* Add data formatter for libc++ std::queuePavel Labath2017-11-013-0/+60
* Add data formatter for libc++ std::tuplePavel Labath2017-11-013-0/+68
* Add a "watchpoint" test category and annotate tests appropriatelyPavel Labath2017-10-3122-0/+22
* Add data formatter for libc++'s forward_listPavel Labath2017-10-313-0/+66
* Fix TestMinidump for r316673Pavel Labath2017-10-261-8/+8
* Implement interactive command interruptionLeonard Mosescu2017-10-052-1/+4
* Move install_name_tool to a separate make target.Jason Molenda2017-10-021-1/+3
* Fix Android remote debugging tests running on WindowsEugene Zemtsov2017-09-291-1/+4
* Add support for running the lldb testsuite against an apple watchJason Molenda2017-09-275-7/+8
* Remove the details of the libstdc++ implementation that wereJason Molenda2017-09-252-17/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2540-40/+134
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-2530-123/+39
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2230-39/+123
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-2130-123/+39
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2130-39/+123
* Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...Adrian McCarthy2017-09-192-3/+66
* Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...Adrian McCarthy2017-09-182-66/+3
* Wire up the breakpoint name help string.Jim Ingham2017-09-151-5/+22
* Make breakpoint names real entities.Jim Ingham2017-09-143-21/+230
* Commands are -d to break modify, not -C.Jim Ingham2017-09-141-1/+1
* Forgot to svn add the test cases for breakpoint auto-continue flag.Jim Ingham2017-09-133-0/+129
* Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor...Adrian McCarthy2017-09-132-3/+66
OpenPOWER on IntegriCloud