summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* XFAIL/XFlakey some tests what become very flakey on the Linux buildbotTamas Berghammer2017-07-272-0/+2
* Fix the formatting for help on option value types.Jim Ingham2017-07-271-0/+9
* Skip test_unique_stacks on Darwin, because it doesn't terminate reliably.Sean Callanan2017-07-251-1/+3
* Extend 'target symbols add' to load symbols from a given moduleEugene Zemtsov2017-07-243-0/+70
* Skip test_lldbmi_var_update on Darwin.Sean Callanan2017-07-241-0/+1
* RFix PR33875 by distinguishing between DWO and clang modules.Adrian Prantl2017-07-241-2/+0
* Revert "Fix PR33875 by distinguishing between DWO and clang modules"Adrian Prantl2017-07-231-0/+2
* Fix PR33875 by distinguishing between DWO and clang modulesAdrian Prantl2017-07-231-2/+0
* XFail TestWithModuleDebugging on linux (bug 33875)Pavel Labath2017-07-211-0/+2
* 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-133-84/+7
* 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
* Disable TestGoASTContextPavel Labath2017-07-071-0/+1
* Working through testcases, converting to run_to_source_breakpoint.Jim Ingham2017-07-065-99/+14
* Revert "Android.rules: build x86 tests with -mstackrealign"Pavel Labath2017-07-062-6/+0
* Add a lldbutils routine that gathers up the boiler-plateJim Ingham2017-07-066-116/+58
* [lldb] Add a testcase for MainThreadCheckerRuntime pluginKuba Mracek2017-07-054-0/+92
* Android.rules: build x86 tests with -mstackrealignPavel Labath2017-06-292-12/+6
* Updated the NSArray and NSDictionary formatters to support new storage formats.Sean Callanan2017-06-231-4/+0
* Updated NSNumber formatter for new internal representation.Sean Callanan2017-06-191-2/+13
* Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...Kuba Mracek2017-06-164-0/+147
* Change how LocateDSYMInVincinityOfExecutable strips off pathJason Molenda2017-06-1510-0/+298
* [testsuite] xfailed two tests that depend on NSString conforming to NSCopying.Sean Callanan2017-06-141-0/+4
* [LLDB][MIPS] Skip TestGdbRemoteSingleStep and TestGdbRemote_vCont.py.Nitesh Jain2017-06-142-0/+3
* [LLDB][MIPS] Fix TestNoreturnUnwind.py.Nitesh Jain2017-06-141-0/+1
OpenPOWER on IntegriCloud