summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-057-4/+156
* Add default_packet_timeout key to the new TestGdbRemoteHostInfo testPavel Labath2016-09-051-1/+2
* XFAIL TestGdbRemoteExitCode failing testsTodd Fiala2016-09-041-0/+2
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-047-96/+300
* Reapply "Make Scalar::GetValue more consistent"Pavel Labath2016-09-021-1/+0
* Revert "Make Scalar::GetValue more consistent"Pavel Labath2016-09-021-0/+1
* Bump up TestCallWithTimeout timeoutPavel Labath2016-09-021-2/+2
* Make Scalar::GetValue more consistentPavel Labath2016-09-021-1/+0
* Change the formula for tagged NSIndexPath data formattingEnrico Granata2016-09-013-0/+110
* 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
* Reverted premature changes to .clang-formatKate Stone2016-08-191-4/+0
* Moved #include for lldb-python.h to a distinct group with a reminder commentKate Stone2016-08-191-0/+4
* 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
OpenPOWER on IntegriCloud