summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
...
* s/Cocoa/Foundation/Enrico Granata2016-07-192-2/+2
* Don't check the value of the unset variables on iOSEnrico Granata2016-07-191-6/+5
* Revert "[test] Report error when inferior test processes exit with a non-zero...Pavel Labath2016-07-182-11/+19
* [test] Report error when inferior test processes exit with a non-zero codePavel Labath2016-07-182-19/+11
* Fix TestDarwinNSLogOutput for windowsPavel Labath2016-07-151-1/+1
* Remember to add the testcase I wrote for r274822.Jim Ingham2016-07-153-0/+102
* adjust one of the NSLog output tests to only run on macOS 10.12+Todd Fiala2016-07-151-0/+7
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-144-5/+5
* removed darwin_log.py file from previous check-inTodd Fiala2016-07-141-139/+0
* fix command-line LLDB so NSLog messages show upTodd Fiala2016-07-144-0/+304
* Add support for Objective-C class properties.Greg Clayton2016-07-142-0/+27
* mark newly failing tests as XFAILPavel Labath2016-07-142-2/+6
* [test] [linux] define PR_SET_PTRACER constants if the system does not provide...Pavel Labath2016-07-141-3/+8
* Fix -break-enable/-break-disable commands (MI)Ilia K2016-07-141-0/+45
* Added test for setting breakpoints by basename and fullname.Greg Clayton2016-07-131-0/+67
* This doesn't compiler on Darwin. Skipping it.Greg Clayton2016-07-121-0/+1
* [test] Fix category-based skippingPavel Labath2016-07-121-2/+0
* Fix an issue where one could not define a Python command with the same name a...Enrico Granata2016-07-113-0/+49
* When calling "settings set target.source-map <old-path> <new-path>", make sur...Greg Clayton2016-07-081-0/+4
* Bump up timeout in TestCallWithTimeoutPavel Labath2016-07-071-2/+2
* Fix for PrintStackTracesRavitheja Addepally2016-07-073-0/+78
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-071-7/+68
* Add data formatter for libstdc++ shared_ptr and weak_ptrTamas Berghammer2016-07-063-0/+80
* Fixed a bug where we report a single type multiple times in namespaces.Sean Callanan2016-07-058-0/+156
* Split TestTemplateIntegerArgs test into twoPavel Labath2016-07-041-14/+17
* Enable test log collection from remote debug servers (take 2)Pavel Labath2016-07-042-42/+47
* Join TestTlsGlobal tests again and use the proper decoratorPavel Labath2016-07-041-12/+2
* Fixed thread local storage test case to run normally with no expected fail fo...Greg Clayton2016-07-011-2/+12
* Thread local storage was already broken on Linux and the tests were passing b...Greg Clayton2016-07-011-0/+1
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-013-5/+16
* Skip TestDisassembleRawData when remoteFrancis Ricci2016-07-011-0/+1
* Removed the redundant "%d errors parsing expression" error. Nobody keeps score.Sean Callanan2016-06-301-2/+2
* Correct watchpoint size test failure on certain devicesOmair Javaid2016-06-301-3/+3
* XFAIL tests which fail with gcc on linuxPavel Labath2016-06-293-1/+3
* fix invalid assumption about the executable module in Target::Install()Todd Fiala2016-06-271-0/+1
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-242-1/+69
* Don't run TestImageListMultiArchitecture during remote test suiteFrancis Ricci2016-06-241-0/+1
* Added a test case for bitfield ivars. It currently fails.Sean Callanan2016-06-242-0/+56
* Fix an issue where LLDB would show the key and value of a single entry NSDict...Enrico Granata2016-06-243-0/+82
* Handle variadic Objective-C methods from DWARF correctly.Sean Callanan2016-06-242-0/+35
* Don't run the top-level expression test case with -gmodules.Sean Callanan2016-06-231-1/+1
* Test that lldb calls the right 'printf' even when a 'printf' method exists.Sean Callanan2016-06-202-0/+25
* Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid2016-06-163-0/+188
* xfail TestWithModuleDebugging.py on macOSTodd Fiala2016-06-161-0/+1
* Fixed C++ template integer parameter types to work correctly when the integer...Greg Clayton2016-06-103-0/+94
* Enable some tests on linuxPavel Labath2016-06-097-9/+5
* Add a test for the failure described by pr28055. Mark it as xfail.Jim Ingham2016-06-082-0/+68
* Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath2016-06-0710-91/+17
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-0710-17/+91
* Fix makefile for TestExternCSymbolsTamas Berghammer2016-06-031-1/+1
OpenPOWER on IntegriCloud