summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
Commit message (Expand)AuthorAgeFilesLines
* [lit, lldbsuite] Fixes for several tests LLDB tests for Python 3 or WindowsStella Stamenova2018-05-071-0/+6
* Add children and child[N] properties to SBValue.i.Jim Ingham2018-05-041-1/+15
* Add and fix some tests for PPC64Pavel Labath2018-03-261-0/+6
* Fix TestSBData.py on WindowsAdrian McCarthy2018-02-221-1/+1
* Fix a couple of more tests to not create files in the source treePavel Labath2018-02-211-18/+11
* Only throw -fPIC when building a shared libraryAaron Smith2018-02-081-5/+5
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-065-29/+34
* PR25934: Skip EventAPITestCase. It still SEGV's on Darwin.Vedant Kumar2018-01-301-0/+1
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-3014-26/+30
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-1932-53/+52
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-0/+31
* Enable TestReadMemCString on non-darwin targetsPavel Labath2017-12-222-11/+4
* Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda2017-12-223-0/+81
* Makefile.rules: compile all tests with -fno-limit-debug-infoPavel Labath2017-12-041-7/+0
* Remove android watchpoint xfailsPavel Labath2017-11-026-14/+0
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-021-228/+0
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-0/+228
* Add a "watchpoint" test category and annotate tests appropriatelyPavel Labath2017-10-311-0/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-258-18/+29
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-258-29/+18
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-228-18/+29
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-218-29/+18
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-218-18/+29
* Make breakpoint names real entities.Jim Ingham2017-09-142-0/+53
* Expose active and available platform lists via SBDebugger APIVadim Macagon2017-08-091-0/+4
* Fix ProcessAPITestCase.test_get_process_infoVadim Macagon2017-08-021-15/+27
* xfail test_get_process_info pending bot fixesSean Callanan2017-08-011-0/+1
* Expose process instance info via SB APIVadim Macagon2017-08-013-0/+96
* Added new API to SBStructuredData classAbhishek Aggarwal2017-05-291-0/+206
* 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
OpenPOWER on IntegriCloud