summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a problem where we couldn't call extern "C" functions.Sean Callanan2016-06-023-0/+36
* [tsan] Prefer mangled name looking up variable declaration for racy addressDevin Coughlin2016-06-013-0/+98
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-2613-29/+108
* Avoid using stdio in TestVirtualPavel Labath2016-05-262-20/+22
* It has been brought to my attention that, given two variablesEnrico Granata2016-05-252-6/+9
* Mark some aarch64-linux specific xfails marking bug entriesOmair Javaid2016-05-253-2/+3
* Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...Enrico Granata2016-05-251-0/+1
* Mark some arm-linux specific xfails marking bug entriesOmair Javaid2016-05-254-1/+5
* xfail TestRedefinitionsInline with older ClangEd Maste2016-05-241-1/+2
* Make sure TestRedefinitionsInInlines.py actually inlines.Chaoren Lin2016-05-231-2/+2
* xfail TestRedefinitionsInline on Windows.Zachary Turner2016-05-231-1/+1
* Removed the m_decl_objects map from ClangASTContext.Sean Callanan2016-05-232-0/+23
* Always rerun all tests on Windows.Zachary Turner2016-05-231-0/+1
* Reword ThreadSanitizer message for invalid mutex reports.Kuba Brecka2016-05-221-1/+1
* Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.Jim Ingham2016-05-191-0/+77
* xfail TestTopLevelExprs for arm and aarch64 linuxOmair Javaid2016-05-181-0/+1
* xfail TestWatchLocation.py for arm-linux targetsOmair Javaid2016-05-171-0/+1
* Allow custom formatting of session log file names.Zachary Turner2016-05-175-12/+33
* xfail TestTopLevelExprs for Android API 21-22 (llvm.org/pr27787)Tamas Berghammer2016-05-171-2/+4
* Fixed and re-enabled the Clang modules testcase.Sean Callanan2016-05-161-3/+2
* Test diamond virtual inheritance in top-level expressions.Sean Callanan2016-05-161-1/+45
* Make LLDB print out an explicit marker when it's displaying formatters that a...Enrico Granata2016-05-161-0/+2
* Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linuxOmair Javaid2016-05-162-0/+2
* test: remove use of undefined variablesSaleem Abdulrasool2016-05-161-2/+1
* test: add missing splatSaleem Abdulrasool2016-05-161-1/+1
* test: add missing parameterSaleem Abdulrasool2016-05-161-1/+1
* surface build error content through test event systemTodd Fiala2016-05-148-21/+147
* test infra: catch bad decorators and import-time errorsTodd Fiala2016-05-1311-67/+307
* Clean up test results on Windows.Zachary Turner2016-05-1310-4/+10
* Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...Greg Clayton2016-05-123-6/+10
* Added missing makefile from patch D19124 (should fix the corresponding commit...Cameron Desrochers2016-05-121-0/+5
* [LLDB] Added support for PHI nodes to IR interpreterMarianne Mailhot-Sarrasin2016-05-122-0/+57
* Xfail failing watchpoint tests on aarch64-linuxOmair Javaid2016-05-115-0/+6
* Rewriting TestMultithreaded.py to solve flakyness on LinuxRavitheja Addepally2016-05-112-29/+18
* Corrected aarch64 register no in TestBreakpointConditions.pyOmair Javaid2016-05-111-1/+1
* Fix race in TestExitDuringStep and unify pseudo_barrier handlingPavel Labath2016-05-109-105/+36
* Add a testcase for "BreakpointSetBySourceRegex" Jim Ingham2016-05-105-0/+139
* Added a testcase that verifies that multiline expressions work.Sean Callanan2016-05-093-0/+68
* Mark TestPrintStackTraces as flaky on linuxPavel Labath2016-05-091-0/+1
* Enable NamespaceLookupTestCase.test_scope_lookup_before_using_with_run_comman...Pavel Labath2016-05-091-1/+1
* Fix TestEvents.py on OS XTodd Fiala2016-05-051-3/+6
* fix argument usage for '-#' command line optionTodd Fiala2016-05-051-1/+1
* Downgrade skip to xfail in TestBitfields on linuxPavel Labath2016-05-051-1/+1
* Fix syntax errors in TestEnumTypesPavel Labath2016-05-051-1/+2
* Fix DW_AT_specification handling in DWO filesPavel Labath2016-05-055-0/+70
* XFail TestEnumTypes.py on WindowsAdrian McCarthy2016-05-042-7/+8
* XFail TestLambdas.py on Windows after fixing some of the problemsAdrian McCarthy2016-05-043-9/+13
* Added a testcase for the ptr_refs tool so we catch if it stops working.Sean Callanan2016-05-033-0/+75
* Split out console and file writing cases in TestCommandScriptImmediateOutputFrancis Ricci2016-05-031-4/+17
* Fix an issue where the apropos command would not print fully qualified comman...Enrico Granata2016-05-021-0/+22
OpenPOWER on IntegriCloud