summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb_test_suite] Fix lldb test suite targeting remote AndroidAlex Langford2019-07-093-2/+11
* [lldb-suite] Skip TestMachCore on WindowsStella Stamenova2019-07-091-1/+4
* [lldb] [test] Update NetBSD XFAILs in test suiteMichal Gorny2019-07-0811-4/+9
* [lldb] [lldbsuite] Use a unique class name for TestValueVarUpdateStella Stamenova2019-07-011-1/+1
* [lldb] [lldbsuite] Use a unique class name for TestBacktraceAllStella Stamenova2019-07-011-1/+1
* [lldb] [Process/NetBSD] Use global enable bits for watchpointsMichal Gorny2019-07-0112-20/+0
* @skipIfXmlSupportMissing TestRecognizeBreakpointPavel Labath2019-07-011-0/+1
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-018-226/+1
* Replace tabs with spaces.Adrian Prantl2019-06-291-2/+2
* Get the expression parser to handle missing weak symbols.Jim Ingham2019-06-286-0/+157
* Make sure the thread list is updated before you set the stop reasonJim Ingham2019-06-283-0/+206
* Support nested target.xml register definition files, lack of reg group markers.Jason Molenda2019-06-261-0/+238
* [dotest] Add the ability to set environment variables for the inferior.Jonas Devlieghere2019-06-264-0/+15
* [dotest] Remove unused functionJonas Devlieghere2019-06-251-9/+1
* [ABI] Implement Windows ABI for x86_64Alex Langford2019-06-241-1/+0
* Stabilize TestGdbRemoteLibrariesSvr4SupportPavel Labath2019-06-191-3/+6
* Implement xfer:libraries-svr4:read packetAntonio Afonso2019-06-188-1/+223
* Add color to the default thread and frame format.Jonas Devlieghere2019-06-171-1/+1
* [lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...Jan Kratochvil2019-06-173-6/+11
* [lldb] [test] Watchpoint tests can be always run as root on NetBSDMichal Gorny2019-06-171-0/+2
* [lldb] [test] Skip watchpoint tests on NetBSD if userdbregs is disabledMichal Gorny2019-06-171-0/+25
* Skip failing test on older versions of clang.Adrian Prantl2019-06-121-0/+1
* [Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDeclAlex Langford2019-06-121-0/+10
* [ABI] Fix SystemV ABI to handle nested aggregate type returned in registerAlex Langford2019-06-044-6/+238
* [lldb-server] Support 'g' packetsPavel Labath2019-05-306-44/+218
* [Test] Fix conflicting test names.Jonas Devlieghere2019-05-211-1/+1
* [lldb-mi] Include full path in the -data-disassemble responseTatyana Krasnukha2019-05-211-0/+8
* Make sure GetObjectDescription falls back to the Objective-C runtime.Adrian Prantl2019-05-163-0/+42
* [lldb] [test] Skip one more TestMiBreak on NetBSDMichal Gorny2019-05-151-1/+1
* [lldb] [test] Mark frequently failing flaky tests skipped on NetBSDMichal Gorny2019-05-154-4/+6
* [Target] Generalize some behavior in ThreadAlex Langford2019-05-151-3/+4
* Make SBDebugger.RunCommandInterpreter callable from Python.Jim Ingham2019-05-151-0/+38
* TestMinidumpNew.py: Use yaml2obj where possiblePavel Labath2019-05-1410-79/+147
* typedef enum -> enumFangrui Song2019-05-143-6/+6
* @skipIfLinux flaky lldb-mi testsPavel Labath2019-05-132-1/+3
* Change the disabling of packet logging to be in TearDownHook lambdas.Jason Molenda2019-05-104-12/+9
* Ted pointed out that some of test tests that are enabling packetJason Molenda2019-05-104-7/+17
* minidump: Don't eagerly resolve module paths read from the minidumpPavel Labath2019-05-102-1/+29
* Revert "Disable the step over skipping calls feature since buildbots are not ...Pavel Labath2019-05-102-2/+0
* Improve step over performance by not stopping at branches that are function c...Greg Clayton2019-05-091-4/+3
* Fix TestVSCode_attach on LinuxStella Stamenova2019-05-091-4/+7
* [test] Remove randomnessJonas Devlieghere2019-05-051-8/+3
* Fixed some minor style issues in rLLDB359921 [NFC]Raphael Isemann2019-05-031-6/+6
* [Alias] Add 're' alias for registerJonas Devlieghere2019-05-031-1/+2
* Supply a default implementation of IsRuntimeSupportValue.Adrian Prantl2019-05-031-1/+0
* Fix for ambiguous lookup in expressions between local variable and namespaceShafik Yaghmour2019-05-037-0/+117
* Split TestVLA into two and XFAIL one partPavel Labath2019-05-031-3/+10
* Fix tests on non-Darwin platforms.Adrian Prantl2019-05-022-1/+6
* Hide runtime support values such as clang's __vla_expr from frame variableAdrian Prantl2019-05-024-2/+94
* Disable TestArgumentPassingRestrictions for clang < 7Jonas Devlieghere2019-05-021-1/+2
OpenPOWER on IntegriCloud