summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* Ah, forgot a debug line I left in the dsym-for-uuid.sh scriptJason Molenda2019-07-171-1/+0
* Add support to ProcessMachCore::DoLoadCore to handle an EFI UUID str.Jason Molenda2019-07-175-0/+442
* Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...Shafik Yaghmour2019-07-173-0/+39
* [dotest] Disable color while testing.Jonas Devlieghere2019-07-171-0/+3
* [Test] Add module cache for TestWeakSymbolsJonas Devlieghere2019-07-171-1/+1
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-172-2/+16
* [lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSDMichal Gorny2019-07-131-1/+0
* [lldb] Make TestDeletedExecutable more reliableRaphael Isemann2019-07-112-5/+25
* [lldb] Disable TestDollarInVariable.py on WindowsRaphael Isemann2019-07-111-1/+2
* [lldb] Fix handling of dollar characters in expr commandRaphael Isemann2019-07-106-0/+53
* [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
OpenPOWER on IntegriCloud