summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Restore tests for lldb-server and lldb-vscode removed at rL366590Antonio Afonso2019-07-2263-0/+10564
* [lldb] Fix crash when looking up type coming from the ClangModuleDeclVendorRaphael Isemann2019-07-211-0/+4
* [lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann2019-07-19114-15093/+1
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-193-0/+102
* Add an expectedFailure test for type finding.Jim Ingham2019-07-183-0/+83
* Add offsetof support to expression evaluator.Raphael Isemann2019-07-186-0/+49
* 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
OpenPOWER on IntegriCloud