summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Added test for objc_direct calls with categoriesRaphael Isemann2019-12-201-0/+13
* [lldb] Add support for calling objc_direct methods from LLDB's expression eva...Raphael Isemann2019-12-173-0/+88
* Explicitly specify -std=c++11 and include <mutex> and <condition_variable>.Jim Ingham2019-12-162-0/+3
* Run all threads when extending a next range over a call.Jim Ingham2019-12-163-0/+110
* LanguageRuntime: Simplify NSException::GetSummary() outputMed Ismail Bennani2019-12-131-6/+6
* [lldb/Test] C++ test should use CXXFLAGS_EXTRASJonas Devlieghere2019-12-131-1/+1
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-1311-38/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-1396-102/+0
* [lldb] Remove xpasses after pr44037 fix committedMuhammad Omair Javaid2019-12-132-11/+1
* return-object-by-reference ("non trivial") xfail on arm64 in TestTrivialABI.pyJason Molenda2019-12-112-1/+2
* [lldb] Remove Xfail decorators from steadily passing testsMuhammad Omair Javaid2019-12-092-11/+0
* [lldb] Update hardcoded Makefile.rules inclusions.Jordan Rupprecht2019-12-051-2/+1
* [lldb] s/assertTrue/assertEqual in TestStepTarget.pyPavel Labath2019-12-041-9/+7
* Mark some tests as xfail on AArch64 LinuxDiana Picus2019-12-031-0/+4
* Complete complete types early when importing types from Clang module DWARF.Adrian Prantl2019-11-226-0/+95
* Mark PR44037 tests as XFAIL on AArch64 Linux dwoDiana Picus2019-11-192-1/+12
* Add a testcase for Clang modules being updated within one LLDB session.Adrian Prantl2019-11-156-0/+87
* [-gmodules] Let LLDB log a warning if the Clang module hash mismatches.Adrian Prantl2019-11-154-0/+75
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-122-6/+10
* [lldb] [test] Un-XFAIL tests that work on NetBSD 9Michał Górny2019-11-091-2/+0
* XFAIL TestLocalVariables.py on WindowsJonas Devlieghere2019-10-211-0/+1
* Speed up accelerator table lookupsAdrian Prantl2019-10-1011-0/+92
* Add test coverage to printing of enums and fix display of unsigned valuesFrederic Riss2019-10-082-29/+57
* [Testsuite] Get rid of most of the recursive shared library MakefilesFrederic Riss2019-10-086-49/+23
* Add pretty printing of Clang "bitfield" enumsFrederic Riss2019-10-082-3/+46
* [lldb] Fix evaluation of nested classes with parent from other CURaphael Isemann2019-10-025-0/+81
* [lldb] [test] Add NetBSD to XFAIL list for thread_local testMichal Gorny2019-09-251-1/+2
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-2547-75/+71
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-1/+1
* Clean up this test.Jim Ingham2019-09-181-46/+11
* TestFoundationDisassembly.py is not dependent on debug information.Jim Ingham2019-09-181-0/+2
* [dotest] Delete trivial inline test makefilesPavel Labath2019-09-0514-36/+0
* [lldb][NFC] Add a simple test for thread_local storage.Raphael Isemann2019-09-043-0/+25
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-04140-402/+140
* [lldb] [test] Mark 'reenabled' tests XFAIL on NetBSDMichal Gorny2019-09-041-0/+1
* [test] Remove print statements and verify that the symbol existsJonas Devlieghere2019-09-031-10/+1
* [lldb][NFC] Also test operator new/new[]/delete/delete[]/comma/addr-ofRaphael Isemann2019-08-291-0/+18
* [TestCppOperators] Enable TestCppOperators on Windows.Jonas Devlieghere2019-08-281-2/+1
* [lldb][NFC] Test named operators like new and function names that might confu...Raphael Isemann2019-08-281-0/+18
* [lldb][NFC] Actually run all expects in lang/cpp/operatorsRaphael Isemann2019-08-281-12/+6
* [lldb][NFC] Extend operator test case with conversion operatorsRaphael Isemann2019-08-281-0/+9
* [lldb][NFC] Test custom C++ operatorsRaphael Isemann2019-08-283-0/+150
* Fix TestStdCXXDisassembly.pyPavel Labath2019-08-271-1/+1
* [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-272-10/+0
* [LLDB] Address post-commit code review feedback.Jonas Devlieghere2019-08-231-2/+0
* [test] Update test so it matches the Windows outputJonas Devlieghere2019-08-211-3/+3
* When building file without debug info, include the architectureJason Molenda2019-08-211-1/+5
* Add char8_t support (C++20)Jonas Devlieghere2019-08-213-0/+53
* Change test to use uint64_t to support compiling for 32-bit architectures.Adrian Prantl2019-08-151-2/+2
OpenPOWER on IntegriCloud