summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* [LLDB][MIPS] Fix TestRegisterVariables.py.Nitesh Jain2017-06-141-1/+1
* Mark TestCallThatRestarts as flaky on androidPavel Labath2017-06-131-0/+2
* 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
* [TypeSystem] Handle Clang AttributedTypesSean Callanan2017-06-021-10/+121
* Added a testcase for local/namespaced name conflicts.Sean Callanan2017-05-313-0/+39
* Added new API to SBStructuredData classAbhishek Aggarwal2017-05-291-0/+206
* Recommit "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false"Pavel Labath2017-05-252-18/+55
* Revert "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false"Pavel Labath2017-05-241-14/+6
* RunThreadPlan: Fix halting logic in IgnoreBreakpoints = falsePavel Labath2017-05-241-6/+14
* We shouldn't put actual tests in directories that containJim Ingham2017-05-233-1/+1
OpenPOWER on IntegriCloud