summaryrefslogtreecommitdiffstats
path: root/lldb/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed stdio redirection within LLDB to "do the right thing" in all cases.Greg Clayton2014-10-142-30/+226
* Skip asan test on FreeBSDEd Maste2014-10-141-0/+1
* Fix dotest.py test runner exit code to return non-zero on failure/error.Todd Fiala2014-10-141-1/+1
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-103-1/+93
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-102-4/+7
* If a ValueObject has a child that vends synthetic children, but only does so ...Enrico Granata2014-10-092-1/+4
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-085-0/+134
* Add decorator for FreeBSD failureEd Maste2014-10-081-0/+1
* Skip asan test on FreeBSDEd Maste2014-10-081-1/+1
* Update TestInlinedBreakpoints to reflect the fact thatJason Molenda2014-10-071-1/+4
* Change this test case so that it no longer fails in the face of Bug 21190. Th...Enrico Granata2014-10-071-6/+10
* This test case was incorrect, it was relying on the factJim Ingham2014-10-071-2/+6
* Fix exception text to match function nameEd Maste2014-10-071-1/+1
* And here's another test case that uses the SB API. Skip it tooEnrico Granata2014-10-061-0/+1
* This test also relies on the SB API headers. Same logicEnrico Granata2014-10-061-0/+4
* In some cases, the LLDB test suite will be run on a built framework with no s...Enrico Granata2014-10-062-0/+17
* Made TestCommandScript more robust against newSean Callanan2014-10-061-2/+2
* These two tests were failing on the FreeBSD bot - one has to assume because F...Enrico Granata2014-10-032-0/+2
* These tests all seem to pass on my machine, marking them as non-Xfail on Darw...Enrico Granata2014-10-033-7/+0
* Stop enabling the std::vector<bool> data formatter for libstdc++, and for tha...Enrico Granata2014-10-031-0/+2
* Add FreeBSD test failure decoratorsEd Maste2014-10-023-0/+3
* Limit test to DarwinEd Maste2014-10-021-0/+1
* Add ENABLE_THREADS for these threaded testsEd Maste2014-10-022-0/+2
* Make this test case a little more resilient to class name changesEnrico Granata2014-10-021-1/+1
* Update to match strings output by lldb.Jason Molenda2014-10-021-1/+1
* Add a couple of extra exepct strings so this test file keeps in sync with lldbJason Molenda2014-10-021-0/+2
* Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata2014-10-013-0/+8
* Adding a test for k5 binariesMatthew Gardiner2014-10-012-0/+1
* Fix the kalimba arch 4 test, broken when I introduced handlingMatthew Gardiner2014-10-011-1/+1
* Fixup gtest layout, add Linux ThreadStateCoordinator.cpp.Todd Fiala2014-09-253-79/+0
* The beginnings of a gtest-based test framework.Todd Fiala2014-09-243-0/+79
* Add ASan history threads into process_sp->GetExtendedThreadList, so they don'...Kuba Brecka2014-09-231-0/+6
* Enable libcxx map test on FreeBSD againEd Maste2014-09-211-1/+0
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-0/+2
* Extend the member function discovery APIs to also support Objective-C as well...Enrico Granata2014-09-193-2/+30
* Add some tests to be skipped when run remotely and also fixed a test to be mo...Greg Clayton2014-09-186-0/+15
* More categories could be added, and having an explicit list in this test case...Enrico Granata2014-09-161-10/+1
* Change SBType.GetMemberFunctionAtIndex() to return an object describing the m...Enrico Granata2014-09-151-9/+12
* Add a --help (-h) option to "command script add" that enables users to define...Enrico Granata2014-09-151-9/+7
* llgs: fix thread names broken by recent native thread changes.Todd Fiala2014-09-121-3/+35
* Add logic to LLDB to figure out the types of member functions of C++ classes....Enrico Granata2014-09-123-0/+114
* llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala2014-09-112-6/+5
* gdb-remote tests: added test to verify thread stop info when multi-threaded a...Todd Fiala2014-09-111-9/+46
* llgs: implement qThreadStopInfo.Todd Fiala2014-09-101-0/+87
* Fix test failure for test/functionalities/connect_remote/TestConnectRemote.py...Kuba Brecka2014-09-082-5/+10
* Modify call-function and rdar-12437442 tests to clean up all files produced d...Todd Fiala2014-09-082-0/+7
* Implement ASan history threads in SB APIKuba Brecka2014-09-061-0/+18
* ASan malloc/free history threadsKuba Brecka2014-09-044-0/+146
* Fix a test broken by r216564.Todd Fiala2014-08-291-4/+6
* Allow "breakpoint command add" to add commands to more than one breakpoint at...Jim Ingham2014-08-291-1/+9
OpenPOWER on IntegriCloud