| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed stdio redirection within LLDB to "do the right thing" in all cases. | Greg Clayton | 2014-10-14 | 2 | -30/+226 |
* | Skip asan test on FreeBSD | Ed Maste | 2014-10-14 | 1 | -0/+1 |
* | Fix dotest.py test runner exit code to return non-zero on failure/error. | Todd Fiala | 2014-10-14 | 1 | -1/+1 |
* | LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ... | Kuba Brecka | 2014-10-10 | 3 | -1/+93 |
* | Add a new disassembly-format specification so that the disassembler | Jason Molenda | 2014-10-10 | 2 | -4/+7 |
* | If a ValueObject has a child that vends synthetic children, but only does so ... | Enrico Granata | 2014-10-09 | 2 | -1/+4 |
* | Extend synthetic children to produce synthetic values (as in, those that GetV... | Enrico Granata | 2014-10-08 | 5 | -0/+134 |
* | Add decorator for FreeBSD failure | Ed Maste | 2014-10-08 | 1 | -0/+1 |
* | Skip asan test on FreeBSD | Ed Maste | 2014-10-08 | 1 | -1/+1 |
* | Update TestInlinedBreakpoints to reflect the fact that | Jason Molenda | 2014-10-07 | 1 | -1/+4 |
* | Change this test case so that it no longer fails in the face of Bug 21190. Th... | Enrico Granata | 2014-10-07 | 1 | -6/+10 |
* | This test case was incorrect, it was relying on the fact | Jim Ingham | 2014-10-07 | 1 | -2/+6 |
* | Fix exception text to match function name | Ed Maste | 2014-10-07 | 1 | -1/+1 |
* | And here's another test case that uses the SB API. Skip it too | Enrico Granata | 2014-10-06 | 1 | -0/+1 |
* | This test also relies on the SB API headers. Same logic | Enrico Granata | 2014-10-06 | 1 | -0/+4 |
* | In some cases, the LLDB test suite will be run on a built framework with no s... | Enrico Granata | 2014-10-06 | 2 | -0/+17 |
* | Made TestCommandScript more robust against new | Sean Callanan | 2014-10-06 | 1 | -2/+2 |
* | These two tests were failing on the FreeBSD bot - one has to assume because F... | Enrico Granata | 2014-10-03 | 2 | -0/+2 |
* | These tests all seem to pass on my machine, marking them as non-Xfail on Darw... | Enrico Granata | 2014-10-03 | 3 | -7/+0 |
* | Stop enabling the std::vector<bool> data formatter for libstdc++, and for tha... | Enrico Granata | 2014-10-03 | 1 | -0/+2 |
* | Add FreeBSD test failure decorators | Ed Maste | 2014-10-02 | 3 | -0/+3 |
* | Limit test to Darwin | Ed Maste | 2014-10-02 | 1 | -0/+1 |
* | Add ENABLE_THREADS for these threaded tests | Ed Maste | 2014-10-02 | 2 | -0/+2 |
* | Make this test case a little more resilient to class name changes | Enrico Granata | 2014-10-02 | 1 | -1/+1 |
* | Update to match strings output by lldb. | Jason Molenda | 2014-10-02 | 1 | -1/+1 |
* | Add a couple of extra exepct strings so this test file keeps in sync with lldb | Jason Molenda | 2014-10-02 | 1 | -0/+2 |
* | Allow Python commands to optionally take an SBExecutionContext argument in ca... | Enrico Granata | 2014-10-01 | 3 | -0/+8 |
* | Adding a test for k5 binaries | Matthew Gardiner | 2014-10-01 | 2 | -0/+1 |
* | Fix the kalimba arch 4 test, broken when I introduced handling | Matthew Gardiner | 2014-10-01 | 1 | -1/+1 |
* | Fixup gtest layout, add Linux ThreadStateCoordinator.cpp. | Todd Fiala | 2014-09-25 | 3 | -79/+0 |
* | The beginnings of a gtest-based test framework. | Todd Fiala | 2014-09-24 | 3 | -0/+79 |
* | Add ASan history threads into process_sp->GetExtendedThreadList, so they don'... | Kuba Brecka | 2014-09-23 | 1 | -0/+6 |
* | Enable libcxx map test on FreeBSD again | Ed Maste | 2014-09-21 | 1 | -1/+0 |
* | Test suite runs better again after recent fixes that would select a platform ... | Greg Clayton | 2014-09-19 | 1 | -0/+2 |
* | Extend the member function discovery APIs to also support Objective-C as well... | Enrico Granata | 2014-09-19 | 3 | -2/+30 |
* | Add some tests to be skipped when run remotely and also fixed a test to be mo... | Greg Clayton | 2014-09-18 | 6 | -0/+15 |
* | More categories could be added, and having an explicit list in this test case... | Enrico Granata | 2014-09-16 | 1 | -10/+1 |
* | Change SBType.GetMemberFunctionAtIndex() to return an object describing the m... | Enrico Granata | 2014-09-15 | 1 | -9/+12 |
* | Add a --help (-h) option to "command script add" that enables users to define... | Enrico Granata | 2014-09-15 | 1 | -9/+7 |
* | llgs: fix thread names broken by recent native thread changes. | Todd Fiala | 2014-09-12 | 1 | -3/+35 |
* | Add logic to LLDB to figure out the types of member functions of C++ classes.... | Enrico Granata | 2014-09-12 | 3 | -0/+114 |
* | llgs: fix Ctrl-C inferior interrupt handling to do the right thing. | Todd Fiala | 2014-09-11 | 2 | -6/+5 |
* | gdb-remote tests: added test to verify thread stop info when multi-threaded a... | Todd Fiala | 2014-09-11 | 1 | -9/+46 |
* | llgs: implement qThreadStopInfo. | Todd Fiala | 2014-09-10 | 1 | -0/+87 |
* | Fix test failure for test/functionalities/connect_remote/TestConnectRemote.py... | Kuba Brecka | 2014-09-08 | 2 | -5/+10 |
* | Modify call-function and rdar-12437442 tests to clean up all files produced d... | Todd Fiala | 2014-09-08 | 2 | -0/+7 |
* | Implement ASan history threads in SB API | Kuba Brecka | 2014-09-06 | 1 | -0/+18 |
* | ASan malloc/free history threads | Kuba Brecka | 2014-09-04 | 4 | -0/+146 |
* | Fix a test broken by r216564. | Todd Fiala | 2014-08-29 | 1 | -4/+6 |
* | Allow "breakpoint command add" to add commands to more than one breakpoint at... | Jim Ingham | 2014-08-29 | 1 | -1/+9 |