summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark some arm-linux specific xfails marking bug entriesOmair Javaid2016-05-251-0/+1
* Reword ThreadSanitizer message for invalid mutex reports.Kuba Brecka2016-05-221-1/+1
* Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.Jim Ingham2016-05-191-0/+77
* xfail TestWatchLocation.py for arm-linux targetsOmair Javaid2016-05-171-0/+1
* Make LLDB print out an explicit marker when it's displaying formatters that a...Enrico Granata2016-05-161-0/+2
* Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linuxOmair Javaid2016-05-161-0/+1
* Clean up test results on Windows.Zachary Turner2016-05-133-1/+4
* Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...Greg Clayton2016-05-121-5/+1
* Xfail failing watchpoint tests on aarch64-linuxOmair Javaid2016-05-114-0/+5
* Corrected aarch64 register no in TestBreakpointConditions.pyOmair Javaid2016-05-111-1/+1
* Fix race in TestExitDuringStep and unify pseudo_barrier handlingPavel Labath2016-05-108-105/+13
* Add a testcase for "BreakpointSetBySourceRegex" Jim Ingham2016-05-105-0/+139
* Added a testcase for the ptr_refs tool so we catch if it stops working.Sean Callanan2016-05-033-0/+75
* Split out console and file writing cases in TestCommandScriptImmediateOutputFrancis Ricci2016-05-031-4/+17
OpenPOWER on IntegriCloud