summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* [lldb][modern-type-lookup] Add test for using the ClangModulesDeclVendorRaphael Isemann2019-09-263-0/+36
* [lldb][modern-type-lookup] Add two basic tests for modern-type-lookupRaphael Isemann2019-09-256-0/+69
* [lldb] Test data formatters for empty stringsRaphael Isemann2019-09-254-1/+18
* [Make] Revert some changes from r372795.Jonas Devlieghere2019-09-251-3/+3
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-2566-98/+139
* [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVERJonas Devlieghere2019-09-244-0/+4
* [lldb][NFC] Relax completion tests for log command to make them pass on LinuxRaphael Isemann2019-09-241-15/+4
* [lldb] Add completion support for log enable/disable/listRaphael Isemann2019-09-241-0/+32
* [lldb] Fix that importing decls in a TagDecl end up in wrong declaration cont...Raphael Isemann2019-09-231-3/+16
* [lldb] Process formatters in reverse-chronological orderJan Kratochvil2019-09-201-0/+7
* The setUp/tearDown methods I added mssed up the test function; reorder.Jason Molenda2019-09-131-6/+7
* [lldb][NFC] Simplify makefiles also for breakpoint testsRaphael Isemann2019-09-1230-90/+30
* [DWARF] Evaluate DW_OP_entry_valueVedant Kumar2019-09-113-0/+181
* [lldb] Readd missing functionalities/breakpoint testsRaphael Isemann2019-09-10108-0/+5369
* Fix ELF core file memory reading for PT_LOAD program headers with no p_fileszGreg Clayton2019-09-091-0/+11
* Remove `bugreport` commandJonas Devlieghere2019-09-051-1/+1
* [dotest] Delete trivial inline test makefilesPavel Labath2019-09-054-14/+0
* [test] Escape path to match the literal stringJonas Devlieghere2019-09-041-1/+1
* [lldb] Limit the amount of zeroes we use for padding when printing small floatsRaphael Isemann2019-09-043-0/+129
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-04189-546/+188
* [lldb] [test] Mark 'reenabled' tests XFAIL on NetBSDMichal Gorny2019-09-044-0/+4
* [lldb] Add description to option completions.Raphael Isemann2019-09-021-0/+24
* [lldb] Restructure test folders to match LLDB command hierarchyRaphael Isemann2019-09-01316-12945/+0
* [lldb][NFC] More tests for invalid register command invocationsRaphael Isemann2019-08-301-0/+15
* dotest: improvements to the pexpect testsPavel Labath2019-08-303-57/+0
* [lldb][NFC] Try fixing TestCompletion.py on WindowsRaphael Isemann2019-08-291-2/+1
* [test] Temporarily disable two tests on WindowsJonas Devlieghere2019-08-282-0/+2
* [lldb] Fix and test completion for ambiguous long optionsRaphael Isemann2019-08-281-0/+7
* [test] Disable TestConcurrentManySignals on Darwin.Jonas Devlieghere2019-08-281-0/+2
* [lldb][NFC] Add missing invalid_core_file to TestTargetCommand testRaphael Isemann2019-08-271-0/+1
* [lldb][NFC] Add some tests for the target subcommandsRaphael Isemann2019-08-271-1/+145
* [lldb][NFC] Give added test method a unique nameRaphael Isemann2019-08-271-2/+2
* [lldb] Allow partial completions to fix directory completion.Raphael Isemann2019-08-271-0/+7
* [test] Disable two of the recently (re)enabled tests on Windows.Jonas Devlieghere2019-08-271-0/+1
* [dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere2019-08-275-15/+0
* Skip tail call frame tests when dwarf_version < 4Vedant Kumar2019-08-238-8/+16
* [lldb][NFC] Add test for target stop-hook disable/enable/deleteRaphael Isemann2019-08-221-5/+28
* [lldb][NFC] Merge multiple TestApropos.pyRaphael Isemann2019-08-211-0/+10
* [lldb] Add tests for setting completions and enable 'settings remove' completionRaphael Isemann2019-08-211-0/+18
* [lldb][NFC] Add tests for register commandRaphael Isemann2019-08-211-0/+13
* [lldb][NFC] Add tests for invalid command invocationsRaphael Isemann2019-08-215-0/+77
* Update a few tests that may change the platform to save & restoreJason Molenda2019-08-213-4/+23
* [LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC)Med Ismail Bennani2019-08-201-8/+0
* [lldb][NFC] Test quotes when completingRaphael Isemann2019-08-201-0/+26
* [lldb][NFC] Add a few more completion tests to increase test coverageRaphael Isemann2019-08-191-0/+23
* Stop-hooks weren't getting called on step-out. Fix that.Jim Ingham2019-08-153-0/+65
* [Formatters] Temporarily disable libc++ std::function formatter due to perfor...Shafik Yaghmour2019-08-021-0/+3
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-02250-513/+0
* Fix `skipIfSanitized` decorator on macOSJonas Devlieghere2019-08-011-2/+2
* Fix TestThreadSpecificBreakpoint on WindowsAdrian McCarthy2019-08-012-15/+14
OpenPOWER on IntegriCloud