summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
...
* Remove ancient icc decoratorsPavel Labath2016-09-264-12/+0
* Add the ability to append breakpoints to the save file.Jim Ingham2016-09-221-3/+57
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-1/+34
* add stop column highlighting supportTodd Fiala2016-09-211-0/+4
* Probably should add the breakpoint names test directory as well...Jim Ingham2016-09-213-0/+200
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-201-45/+99
* First tests for serializing breakpoints.Jim Ingham2016-09-163-0/+206
* xfail TestQueues.py and TestDarwinLogFilterMatchMessage.pyTodd Fiala2016-09-121-0/+8
* xfail DarwinLog "filter message by regex" testsTodd Fiala2016-09-091-0/+10
* [LLDB][MIPS] Fix TestEhFrameUnwind.py for MIPSNitesh Jain2016-09-091-3/+29
* Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-087-4/+172
* *** 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
OpenPOWER on IntegriCloud