summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* [lldb][modern-type-lookup] Add test for using the ClangModulesDeclVendorRaphael Isemann2019-09-263-0/+36
* Don't stop execution in batch mode when process stops with SIGINT or SIGSTOPTatyana Krasnukha2019-09-261-0/+29
* Modernize Makefile.Adrian Prantl2019-09-251-1/+1
* [lldb][modern-type-lookup] Add two basic tests for modern-type-lookupRaphael Isemann2019-09-256-0/+69
* [lldb] [test] Add NetBSD to XFAIL list for thread_local testMichal Gorny2019-09-251-1/+2
* [lldb] Test data formatters for empty stringsRaphael Isemann2019-09-254-1/+18
* [lldb] Remove -nostdlib++ flag from import-std-module/sysroot testRaphael Isemann2019-09-251-1/+1
* [lldb][NFC] Refactor TestCallBuiltinFunctionRaphael Isemann2019-09-251-11/+4
* [Make] Revert some changes from r372795.Jonas Devlieghere2019-09-252-4/+4
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-25146-219/+264
* [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVERJonas Devlieghere2019-09-244-0/+4
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-2444-114/+0
* [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
* Adapt test to upstream clang compiler changes.Adrian Prantl2019-09-241-1/+4
* [Make] Add support for building NeXT-style frameworksJonas Devlieghere2019-09-231-11/+40
* [lldb-suite] TestCallOverriddenMethod.py is now passing on WindowsStella Stamenova2019-09-231-1/+0
* [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
* Fir TestAPILog for gccPavel Labath2019-09-181-7/+5
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-184-1/+128
* Clean up this test.Jim Ingham2019-09-181-46/+11
* TestFoundationDisassembly.py is not dependent on debug information.Jim Ingham2019-09-181-0/+2
* [ScriptInterpreter] Limit LLDB's globals to interactive mode.Jonas Devlieghere2019-09-182-4/+4
* [test] Fail gracefully if the regex doesn't matchJonas Devlieghere2019-09-161-6/+11
* [test] Update TestAPILog to pass on Windows.Jonas Devlieghere2019-09-131-2/+2
* [test] Print the log output on failure.Jonas Devlieghere2019-09-131-2/+2
* [Reproducer] Include the this pointer in the API log.Jonas Devlieghere2019-09-131-0/+48
* 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
* [lldb] Remove duplicated breakpoint testsRaphael Isemann2019-09-129-502/+0
* [DWARF] Evaluate DW_OP_entry_valueVedant Kumar2019-09-114-1/+192
* Ah, only skip this for embedded darwin targets.Jason Molenda2019-09-111-1/+1
* Skip a test in TestProcessIO.py when running against ios devices.Jason Molenda2019-09-111-0/+1
* [lldbtest] Add an "expected_cmd_failure" option to the filecheck helperVedant Kumar2019-09-101-1/+5
* [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
* [Windows] Add support of watchpoints to `ProcessWindows`Aleksandr Urakov2019-09-0620-91/+0
* Remove `bugreport` commandJonas Devlieghere2019-09-051-1/+1
* [lldb][NFC] Add dimensions to pexpect tests failing on sanitizer botRaphael Isemann2019-09-052-2/+2
* [lldb][NFC] Stabilize gui/basic test by waiting on promptRaphael Isemann2019-09-051-0/+1
* [dotest] Remove top-level MakefilePavel Labath2019-09-051-32/+0
* [dotest] Centralize initialization commands even morePavel Labath2019-09-054-28/+21
* [dotest] Delete trivial inline test makefilesPavel Labath2019-09-0530-77/+0
* [test] Escape path to match the literal stringJonas Devlieghere2019-09-041-1/+1
* Revert "[test] Address TestConcurrentMany*.py flakiness on macOS"Jonas Devlieghere2019-09-041-9/+16
* [Python] Implement __next__ for value_iterJonas Devlieghere2019-09-041-0/+7
* [Python] Implement truth testing for lldb.valueJonas Devlieghere2019-09-041-0/+4
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-048-2/+78
* Workaround TestConcurrentMany* flakiness in a more pricipled wayFrederic Riss2019-09-041-1/+0
OpenPOWER on IntegriCloud