summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dotest: consistently call finalize_build_dictionary in debug info variantsPavel Labath2017-11-011-0/+2
* Add data formatter for libc++ std::queuePavel Labath2017-11-013-0/+60
* Add data formatter for libc++ std::tuplePavel Labath2017-11-013-0/+68
* Add a "watchpoint" test category and annotate tests appropriatelyPavel Labath2017-10-3124-1/+26
* Add data formatter for libc++'s forward_listPavel Labath2017-10-313-0/+66
* Android.rules: build with "unified android headers"Pavel Labath2017-10-311-3/+5
* Split makefile for TestTopLevelExprsPavel Labath2017-10-312-6/+13
* Fix TestMinidump for r316673Pavel Labath2017-10-261-8/+8
* Makefile.rules: move CFLAGS_EXTRAS to the end of compile linePavel Labath2017-10-251-5/+5
* Move StopInfoOverride callback to the new architecture pluginPavel Labath2017-10-253-0/+65
* Move testcases/arm_emulation to testcases/arm/emulationPavel Labath2017-10-25158-0/+0
* Revert "[lldbtests] Handle errors instead of crashing."Pavel Labath2017-10-241-5/+1
* [lldbtests] Handle errors instead of crashing.Davide Italiano2017-10-231-1/+5
* Use ipv4 localhost address in lldb-server testsPavel Labath2017-10-231-1/+1
* [lldbtest] Simplify removing an unneeded else. NFCI.Davide Italiano2017-10-231-2/+1
* Implement interactive command interruptionLeonard Mosescu2017-10-052-1/+4
* Move install_name_tool to a separate make target.Jason Molenda2017-10-021-1/+3
* Fix Android remote debugging tests running on WindowsEugene Zemtsov2017-09-291-1/+4
* Add support for running the lldb testsuite against an apple watchJason Molenda2017-09-279-9/+16
* Remove the details of the libstdc++ implementation that wereJason Molenda2017-09-252-17/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2598-165/+517
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-2588-486/+163
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2288-163/+486
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-2188-486/+163
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2188-163/+486
* Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...Adrian McCarthy2017-09-192-3/+66
* Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...Adrian McCarthy2017-09-182-66/+3
* Wire up the breakpoint name help string.Jim Ingham2017-09-151-5/+22
* Make breakpoint names real entities.Jim Ingham2017-09-145-21/+283
* Commands are -d to break modify, not -C.Jim Ingham2017-09-141-1/+1
* Forgot to svn add the test cases for breakpoint auto-continue flag.Jim Ingham2017-09-133-0/+129
* Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor...Adrian McCarthy2017-09-132-3/+66
* Fix test_attach_to_process_from_different_dir_by_id test on WindowsEugene Zemtsov2017-09-131-3/+6
* Fix lldb-mi test data_read_memory_bytes_globalTed Woodward2017-09-072-4/+4
* Add test case for attach-by-pid from different cwdEd Maste2017-09-031-0/+24
* test: fix missed testSaleem Abdulrasool2017-08-231-1/+1
* Process: fix FXSAVE on x86Saleem Abdulrasool2017-08-231-1/+1
* remove FreeBSD xfail decorator from TestCppNsImportEd Maste2017-08-101-1/+0
* remove FreeBSD xfail decorator from TestCallStdStringFunctionEd Maste2017-08-101-3/+0
* remove FreeBSD xfail decorator from TestExitDuringBreakEd Maste2017-08-101-3/+0
* Report inferior signals as signals, not exceptions, on FreeBSDEd Maste2017-08-103-13/+4
* Fix PlatformPythonTestCase.test_platform_list for the build botsVadim Macagon2017-08-091-6/+12
* Expose active and available platform lists via SBDebugger APIVadim Macagon2017-08-092-0/+74
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-1/+30
* Fix ProcessAPITestCase.test_get_process_infoVadim Macagon2017-08-021-15/+27
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-021-7/+101
* 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
OpenPOWER on IntegriCloud