| Commit message (Expand) | Author | Age | Files | Lines |
* | [Python] Fix gdb-remote and lldb-server utilities to work with Py3. | Davide Italiano | 2019-01-31 | 1 | -3/+3 |
* | [lldb-server] Set a more generous timeout when testing gdbremote. | Davide Italiano | 2018-04-06 | 1 | -1/+1 |
* | [LLDB][PPC64] Fix TestGdbRemoteAuxvSupport | Pavel Labath | 2018-03-26 | 1 | -0/+15 |
* | [LLDB][PPC64] Fix single step and LldbGdbServer tests | Pavel Labath | 2018-03-08 | 1 | -3/+4 |
* | Fix a couple of more tests to not create files in the source tree | Pavel Labath | 2018-02-21 | 1 | -2/+2 |
* | Wrap all references to build artifacts in the LLDB testsuite (NFC) | Adrian Prantl | 2018-01-19 | 1 | -3/+3 |
* | Use ipv4 localhost address in lldb-server tests | Pavel Labath | 2017-10-23 | 1 | -1/+1 |
* | Hardware breakpoints for Linux on Arm/AArch64 targets | Omair Javaid | 2017-02-24 | 1 | -5/+10 |
* | Implement QPassSignals GDB package in lldb-server | Pavel Labath | 2017-02-24 | 1 | -1/+2 |
* | [LLDB][MIPS] Fix some test case failures due to elf_abi field of qprocessInfo... | Nitesh Jain | 2016-12-09 | 1 | -0/+1 |
* | [LLDB][MIPS] Fix TestLldbGdbServer.py failure | Nitesh Jain | 2016-09-09 | 1 | -1/+3 |
* | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -219/+446 |
* | [NFC] Darwin llgs support from Week of Code | Todd Fiala | 2016-09-04 | 1 | -1/+14 |
* | Support loading files even when incorrect file name specified by the linker | Tamas Berghammer | 2016-07-22 | 1 | -1/+1 |
* | Enable test log collection from remote debug servers (take 2) | Pavel Labath | 2016-07-04 | 1 | -8/+0 |
* | Add missing qRegisterInfo option to gdbremote testcase | Francis Ricci | 2016-04-25 | 1 | -0/+1 |
* | [test] Relax stderr expectations on targets with chatty output | Pavel Labath | 2016-04-14 | 1 | -0/+3 |
* | Support Linux on SystemZ as platform | Ulrich Weigand | 2016-04-14 | 1 | -0/+3 |
* | [NFC] Cleanup the code used to run shell commands from tests | Tamas Berghammer | 2016-04-05 | 1 | -22/+7 |
* | Don't vary debug info for lldb-server tests | Pavel Labath | 2016-03-31 | 1 | -0/+2 |
* | [test] Persist packets between expect_gdbremote_sequence invocations | Pavel Labath | 2016-03-16 | 1 | -1/+5 |
* | [test] Correctly retry connections on android targets | Pavel Labath | 2016-03-14 | 1 | -5/+31 |
* | Add a log statement | Pavel Labath | 2016-03-04 | 1 | -0/+1 |
* | Resumbit "Fetch remote log files from LLGS tests" | Pavel Labath | 2016-03-04 | 1 | -5/+29 |
* | Revert "Fetch remote log files from LLGS tests" | Pavel Labath | 2016-03-03 | 1 | -29/+5 |
* | Fix OSX breakage caused by r262597 | Pavel Labath | 2016-03-03 | 1 | -0/+1 |
* | Fetch remote log files from LLGS tests | Pavel Labath | 2016-03-03 | 1 | -5/+28 |
* | Bump up the packet timeout for gdbremote tests | Pavel Labath | 2016-02-05 | 1 | -1/+1 |
* | Add verbose logging support to gdb-remote tests | Pavel Labath | 2016-02-04 | 1 | -7/+39 |
* | Modify "platform connect" to connect to processes as well | Tamas Berghammer | 2015-12-08 | 1 | -15/+16 |
* | Get rid of global variables in dotest.py | Zachary Turner | 2015-12-08 | 1 | -4/+5 |
* | [LLDB][MIPS] Fix gdbremote_testcase.py | Mohit K. Bhakkad | 2015-12-04 | 1 | -3/+9 |
* | Support unix-abstract-connect scheme as platform url in lldb testsuite | Ying Chen | 2015-11-18 | 1 | -2/+6 |
* | Python 3 - Port use of string.maketrans and don't use sets.Set. | Zachary Turner | 2015-11-06 | 1 | -2/+1 |
* | Remove `use_lldb_suite` from the package, and don't import it anymore. | Zachary Turner | 2015-11-03 | 1 | -1/+1 |
* | Tighten up sys.path, and use absolute imports everywhere. | Zachary Turner | 2015-11-03 | 1 | -1/+1 |
* | Move lldb/test to lldb/packages/Python/lldbsuite/test. | Zachary Turner | 2015-10-28 | 1 | -0/+1288 |