summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-06292-6323/+10201
* Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski2016-09-067-156/+4
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-0627-0/+466
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-057-4/+156
* Reapply "Make Scalar::GetValue more consistent"Pavel Labath2016-09-021-1/+0
* Revert "Make Scalar::GetValue more consistent"Pavel Labath2016-09-021-0/+1
* 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
* Remove a test that depends on knowing all compiler's register allocation sche...Jim Ingham2016-08-191-23/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-1943-0/+2291
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-1943-2291/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-1943-0/+2291
* 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
* Undid LLVM macro usage in test suite test subject files.Todd Fiala2016-08-101-7/+7
* Delete Host/windows/win32.hZachary Turner2016-08-091-7/+7
* Errors compiling breakpoint conditions will cause the breakpoint not to be hitJim Ingham2016-08-031-0/+44
* Add/fix support for i386 elf core filesDimitar Vlahovski2016-07-291-1/+0
* Fixed "void SBWatchpoint::SetEnabled (bool enabled)" to work properly and add...Greg Clayton2016-07-271-5/+11
* Breakup TestConcurrentEvents.py into separate test subdirs per test methodTodd Fiala2016-07-2271-526/+1123
* 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
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-143-4/+4
* mark newly failing tests as XFAILPavel Labath2016-07-141-2/+4
* This doesn't compiler on Darwin. Skipping it.Greg Clayton2016-07-121-0/+1
* Fix an issue where one could not define a Python command with the same name a...Enrico Granata2016-07-113-0/+49
* 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
* Correct watchpoint size test failure on certain devicesOmair Javaid2016-06-301-3/+3
* fix invalid assumption about the executable module in Target::Install()Todd Fiala2016-06-271-0/+1
* Don't run TestImageListMultiArchitecture during remote test suiteFrancis Ricci2016-06-241-0/+1
* Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid2016-06-163-0/+188
* Enable some tests on linuxPavel Labath2016-06-092-3/+3
* 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-074-31/+11
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-074-11/+31
* [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-261-0/+1
* 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-252-2/+2
* Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...Enrico Granata2016-05-251-0/+1
OpenPOWER on IntegriCloud