summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* XFail TestMemoryFind on 32-bit architecturesPavel Labath2016-09-011-0/+2
* Change "memory find" over to using a variation of the Boyer–Moore search al...Enrico Granata2016-09-013-0/+81
* Add a data formatter for std::function in libcxxEnrico Granata2016-08-313-0/+80
* Fix an issue where a synthetic child provider could only provide a value of t...Enrico Granata2016-08-312-2/+22
* Fixup TestPyObjSynthProvider.py and enable it againPavel Labath2016-08-312-1/+2
* XFail new TestPyObjSynthProvider.py on linux until I can investigate the caus...Pavel Labath2016-08-311-0/+1
* Rename the test classEnrico Granata2016-08-301-1/+1
* Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProviderEnrico Granata2016-08-304-0/+95
* This test now succeeds.Jim Ingham2016-08-271-1/+0
* Don't crash when trying to capture persistent variables in a block.Sean Callanan2016-08-261-1/+3
* Make all the Function implementations different so the compiler won't share t...Jim Ingham2016-08-262-56/+54
* fix darwin_log test errors on macOS < 10.12Todd Fiala2016-08-241-0/+9
* Fix API usage in TestMultithreaded.test_sb_api_listener_event_process_statePavel Labath2016-08-231-0/+5
* Remove a test that depends on knowing all compiler's register allocation sche...Jim Ingham2016-08-191-23/+0
* Fixing a Darwing test thats failing on windowsDimitar Vlahovski2016-08-191-1/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-1944-0/+2721
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-1944-2721/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-1944-0/+2721
* Fix tests for the gdb-remote memory read packetsPavel Labath2016-08-182-47/+11
* Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPYOmair Javaid2016-08-171-22/+27
* Fix expression evaluation with operator newPavel Labath2016-08-152-4/+54
* Disable TestThreadSpecificBpPlusCondition on Windows.Zachary Turner2016-08-121-1/+1
* Skip 2 android test what is broken because of debuggerdTamas Berghammer2016-08-122-7/+2
* XFAIL TestNamespaceDefinitions on gcc-4.8 and belowPavel Labath2016-08-121-0/+2
* Make TestCallStopAndContinue clang-format-resilientPavel Labath2016-08-122-3/+2
* 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
OpenPOWER on IntegriCloud