summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* Make sure LldbGdbServerTestCase is built in arm mode to avoid failures due th...Omair Javaid2016-08-112-3/+11
* xfailed TestObjCNewSyntax.py on macOS for gmodulesTodd Fiala2016-08-101-0/+1
* Undid LLVM macro usage in test suite test subject files.Todd Fiala2016-08-103-18/+18
* Delete Host/windows/win32.hZachary Turner2016-08-094-18/+24
* Errors compiling breakpoint conditions will cause the breakpoint not to be hitJim Ingham2016-08-031-0/+44
* Revert rL277429: Correct makefile.rules to use toolchain specific AR and OBJCOPYOmair Javaid2016-08-021-17/+18
* Correct makefile.rules to use toolchain specific AR and OBJCOPYOmair Javaid2016-08-021-18/+17
* Add/fix support for i386 elf core filesDimitar Vlahovski2016-07-291-1/+0
* Fix -break-insert not working when using absolute paths (MI)Ilia K2016-07-291-1/+0
* Fixed "void SBWatchpoint::SetEnabled (bool enabled)" to work properly and add...Greg Clayton2016-07-271-5/+11
* Print a warning if the directory passed to --test-subdir doesn't end up existingEnrico Granata2016-07-251-0/+2
* Breakup TestConcurrentEvents.py into separate test subdirs per test methodTodd Fiala2016-07-2272-526/+1339
* Support loading files even when incorrect file name specified by the linkerTamas Berghammer2016-07-221-1/+1
* Fix typo in test runnerFrancis Ricci2016-07-201-1/+1
* 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
OpenPOWER on IntegriCloud