summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-2310-16/+31
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-193-0/+102
* [lldb] Make TestDeletedExecutable more reliableRaphael Isemann2019-07-112-5/+25
* [lldb-suite] Skip TestMachCore on WindowsStella Stamenova2019-07-091-1/+4
* [lldb] [test] Update NetBSD XFAILs in test suiteMichal Gorny2019-07-086-0/+8
* [lldb] [lldbsuite] Use a unique class name for TestBacktraceAllStella Stamenova2019-07-011-1/+1
* [lldb] [Process/NetBSD] Use global enable bits for watchpointsMichal Gorny2019-07-0112-20/+0
* @skipIfXmlSupportMissing TestRecognizeBreakpointPavel Labath2019-07-011-0/+1
* Replace tabs with spaces.Adrian Prantl2019-06-291-2/+2
* Make sure the thread list is updated before you set the stop reasonJim Ingham2019-06-283-0/+206
* Support nested target.xml register definition files, lack of reg group markers.Jason Molenda2019-06-261-0/+238
* Skip failing test on older versions of clang.Adrian Prantl2019-06-121-0/+1
* [ABI] Fix SystemV ABI to handle nested aggregate type returned in registerAlex Langford2019-06-043-5/+236
* [lldb] [test] Mark frequently failing flaky tests skipped on NetBSDMichal Gorny2019-05-153-4/+4
* TestMinidumpNew.py: Use yaml2obj where possiblePavel Labath2019-05-1410-79/+147
* Change the disabling of packet logging to be in TearDownHook lambdas.Jason Molenda2019-05-104-12/+9
* Ted pointed out that some of test tests that are enabling packetJason Molenda2019-05-104-7/+17
* minidump: Don't eagerly resolve module paths read from the minidumpPavel Labath2019-05-102-1/+29
* Revert "Disable the step over skipping calls feature since buildbots are not ...Pavel Labath2019-05-101-1/+0
* Improve step over performance by not stopping at branches that are function c...Greg Clayton2019-05-091-4/+3
* [test] Remove randomnessJonas Devlieghere2019-05-051-8/+3
* [Alias] Add 're' alias for registerJonas Devlieghere2019-05-031-1/+2
* [test] Convert TestWatchpointSetErrorCases.py to litJonas Devlieghere2019-05-021-74/+0
* Un-xfail the TestMiniDump tests on WindowsStella Stamenova2019-04-301-2/+0
* [lldb] [test] Remove duplicate YMM/ZMM dotest testsMichal Gorny2019-04-294-354/+0
* TestZMMRegister: use an integer division as intendedFrederic Riss2019-04-261-2/+2
* [DataFormatters] Adjusting libc++ std::list formatter to act better with poin...Shafik Yaghmour2019-04-242-1/+6
* yamlify TestMiniDumpUUID binariesPavel Labath2019-04-2319-34/+183
* This test doesn't need to be run for all debug formats.Jim Ingham2019-04-191-0/+1
* Breakpad: Match the new UUID algorithm in minidumpsPavel Labath2019-04-162-0/+12
* [test] Convert CommandScriptImmediateOutput from pexpect to litJonas Devlieghere2019-04-112-120/+0
* Minidump: extend UUID byte-swapping to windows platformPavel Labath2019-04-111-6/+6
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-083-0/+125
* [Test] Remove no_debug_info_test decorator from Obj-C data formatters.Jonas Devlieghere2019-04-0511-11/+0
* [testsuite] Split Objective-C data formatterJonas Devlieghere2019-04-0514-530/+584
* Un-xfail one of the TestMiniDumpUUID tests on WindowsStella Stamenova2019-04-031-1/+0
* Attempt #2 to get this patch working. I will watch the build bots carefully t...Greg Clayton2019-04-035-0/+81
* Revert r357504, r357491, r357482 because of bot breakage.Adrian Prantl2019-04-025-86/+1
* Clean up windows build bot. Greg Clayton2019-04-021-0/+2
* Fix buildbot where paths were not matching up.Greg Clayton2019-04-021-1/+4
* Allow partial UUID matching in Minidump core file plug-inGreg Clayton2019-04-025-0/+80
* Fix flakyness in TestCommandScriptImmediateOutputPavel Labath2019-04-021-4/+6
* Fix llvm_unreachable in TestWriteMemoryPavel Labath2019-04-021-1/+1
* [Process] Fix WriteMemory return valueMed Ismail Bennani2019-04-011-0/+29
* [lldb] [Process/elf-core] Support aarch64 NetBSD core dumpsMichal Gorny2019-04-017-0/+15
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-271-2/+0
* Reapply minidump changes reverted in r356806Pavel Labath2019-03-258-0/+134
* Revert minidump changesJonas Devlieghere2019-03-228-134/+0
* Extend r356573 (minidump UUID handling) to cover elf build-ids tooPavel Labath2019-03-222-0/+13
* Fix UUID decoding from minidump filesGreg Clayton2019-03-207-0/+121
OpenPOWER on IntegriCloud