summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* 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-275-7/+8
* 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-2540-40/+134
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-2530-123/+39
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2230-39/+123
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-2130-123/+39
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2130-39/+123
* 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-143-21/+230
* 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
* 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 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-091-0/+70
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-1/+30
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-021-7/+101
* XFAIL/XFlakey some tests what become very flakey on the Linux buildbotTamas Berghammer2017-07-272-0/+2
* Skip test_unique_stacks on Darwin, because it doesn't terminate reliably.Sean Callanan2017-07-251-1/+3
* Expose hit count via SBBreakpointLocation.Bruce Mitchener2017-07-193-0/+141
* Convert a few more tests to use run_to_source_breakpoint.Jim Ingham2017-07-132-58/+5
* Upstreaming a patch from Github: When evaluation user expressions, ignore Ins...Kuba Mracek2017-07-133-0/+64
* NativeProcessLinux: Fix handling of raise(SIGTRAP)Pavel Labath2017-07-112-0/+12
* Update message that Main Thread Checker produces.Kuba Mracek2017-07-081-2/+2
* Revert "Android.rules: build x86 tests with -mstackrealign"Pavel Labath2017-07-061-2/+0
* [lldb] Add a testcase for MainThreadCheckerRuntime pluginKuba Mracek2017-07-053-0/+78
* Android.rules: build x86 tests with -mstackrealignPavel Labath2017-06-291-12/+2
* Updated NSNumber formatter for new internal representation.Sean Callanan2017-06-191-2/+13
* Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...Kuba Mracek2017-06-163-0/+100
* [LLDB][MIPS] Fix TestNoreturnUnwind.py.Nitesh Jain2017-06-141-0/+1
* Introduce new command: thread backtrace uniquePavel Labath2017-06-122-14/+86
* Skip TestNoreturnUnwind on linux+clang+armPavel Labath2017-06-091-0/+2
* Fix backtrace of noreturn functions situated at the end of a modulePavel Labath2017-06-086-4/+88
* We shouldn't put actual tests in directories that containJim Ingham2017-05-233-1/+1
* Skip TestWatchedVarHitWhenInScope on android arm because it triggers a kernel...Pavel Labath2017-05-161-0/+3
* Disable a test in TestReturnValue on arm64 linuxPavel Labath2017-05-151-1/+6
* ABISysV_arm64: compute return value for large vectors correctlyPavel Labath2017-05-051-11/+39
* [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain2017-05-041-5/+4
* Don't attempt to use mpx registers on unsupported platformsFrancis Ricci2017-05-032-0/+10
* [LLDB][MIPS] Fix typo in TestStepOverWatchpoint.py.Nitesh Jain2017-04-251-1/+1
OpenPOWER on IntegriCloud