summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed a problem where we couldn't call extern "C" functions.Sean Callanan2016-06-023-0/+36
* [tsan] Prefer mangled name looking up variable declaration for racy addressDevin Coughlin2016-06-013-0/+98
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-2612-29/+78
* Avoid using stdio in TestVirtualPavel Labath2016-05-262-20/+22
* It has been brought to my attention that, given two variablesEnrico Granata2016-05-252-6/+9
* Mark some aarch64-linux specific xfails marking bug entriesOmair Javaid2016-05-253-2/+3
* Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...Enrico Granata2016-05-251-0/+1
* Mark some arm-linux specific xfails marking bug entriesOmair Javaid2016-05-254-1/+5
* xfail TestRedefinitionsInline with older ClangEd Maste2016-05-241-1/+2
* Make sure TestRedefinitionsInInlines.py actually inlines.Chaoren Lin2016-05-231-2/+2
* xfail TestRedefinitionsInline on Windows.Zachary Turner2016-05-231-1/+1
OpenPOWER on IntegriCloud