summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
Commit message (Expand)AuthorAgeFilesLines
* Switch SBBreakpointLocation to use a weak_ptrPavel Labath2017-03-011-0/+3
* Switch SBWatchpoint to use a weak_ptr to the underlying objectPavel Labath2017-02-281-0/+3
* Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath2017-02-271-0/+23
* Fix TestNameLookup for GCCPavel Labath2017-02-151-2/+2
* XFAIL TestNameLookup for GCCPavel Labath2017-02-141-1/+2
* Fix buildbots.Greg Clayton2017-02-131-1/+1
* FindFunctions now works again with mangled names.Greg Clayton2017-02-133-0/+124
* Improve asserts in TestWatchpointIgnoreCountPavel Labath2017-02-101-9/+7
* Fix SBData::SetData() so that it always sets the address byte size correctly ...Greg Clayton2017-01-251-0/+20
* Fix dereferencing of pointers to empty classesTamas Berghammer2017-01-073-0/+81
* [LLDB][MIPS] All tests get errors in dotest after this test.Nitesh Jain2016-10-101-0/+1
* xfail TestSBTypeTypeClass.py on macOS i386Todd Fiala2016-10-061-1/+5
* Fixup the xfail situation on Windows.Zachary Turner2016-10-051-0/+1
* Revert "XFAIL TestSBData for gcc-4.9 i386"Pavel Labath2016-10-021-1/+0
* XFAIL TestSBData for gcc-4.9 i386Pavel Labath2016-09-301-0/+1
* use assertEquals in TestSBTypeClassMembersTodd Fiala2016-09-281-26/+33
* Fix TestSymbolContextTwoFiles on Android after rL281595Tamas Berghammer2016-09-151-1/+1
* Add support for DW_AT_ranges_base attributeTamas Berghammer2016-09-154-19/+71
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0676-1036/+2071
* Skip TestDisassembleRawData when remoteFrancis Ricci2016-07-011-0/+1
* Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath2016-06-071-9/+0
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-071-0/+9
* Clean up test results on Windows.Zachary Turner2016-05-132-0/+2
* Xfail failing watchpoint tests on aarch64-linuxOmair Javaid2016-05-111-0/+1
* Mark TestPrintStackTraces as flaky on linuxPavel Labath2016-05-091-0/+1
* Fix TestEvents.py on OS XTodd Fiala2016-05-051-3/+6
* Fix DW_AT_specification handling in DWO filesPavel Labath2016-05-055-0/+70
* Remote flaky decorator from TestSignalsAPI on linuxPavel Labath2016-04-281-1/+0
* Fix TestGetVariables.py.Chaoren Lin2016-04-252-2/+3
* Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...Greg Clayton2016-04-253-0/+223
* Fix test cases for big-endian systemsUlrich Weigand2016-04-142-3/+7
* Support Linux on SystemZ as platformUlrich Weigand2016-04-144-1/+4
* Mark TestPrintStackTraces as flaky on android armPavel Labath2016-04-111-0/+1
* Extend XFlaky in TestProcessIO to linux as wellPavel Labath2016-03-141-5/+5
* Remove the skip if Darwin since I fixed the crash.Jim Ingham2016-03-111-1/+0
* skip newly segfaulting test on OS X public CITodd Fiala2016-03-111-0/+1
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-191-1/+1
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-101-2/+2
* Change lldb.value.__int__() so that it takes into account the signedness of t...Enrico Granata2016-02-102-0/+13
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-0817-18/+18
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0437-44/+99
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-046-4/+12
* Mark TestProcessIO as flaky on androidPavel Labath2016-02-041-1/+5
* Mark TestProcessIO.test_stdin_redirection as flaky on androidPavel Labath2016-02-021-0/+1
* Fix misnamed variable in TestProcessAPI.pyZachary Turner2016-02-011-2/+2
* Remove XFAIL Windows from a test that was fixed by r258758.Zachary Turner2016-01-261-1/+0
* Fix some issues with bytes and strings in Python 3.Zachary Turner2016-01-251-8/+4
* [LLDB][MIPS] Fix TestPrintStackTraces.pySagar Thakur2016-01-251-0/+4
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-214-13/+16
* Fix for Bug 25338Ravitheja Addepally2016-01-191-2/+0
OpenPOWER on IntegriCloud