summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [test] TestSharedPtr -> TestSharedPtrDbgInfoContentJonas Devlieghere2019-05-021-1/+1
* Add std::stack and std::queue support to CxxModuleHandlerRaphael Isemann2019-05-026-0/+139
* Inject only relevant local variables in the expression evaluation contextRaphael Isemann2019-05-021-0/+37
* [test] Convert TestWatchpointSetErrorCases.py to litJonas Devlieghere2019-05-021-74/+0
* Set a CXXRecordDecl to not be passed in registers if DW_CC_pass_by_reference ...Shafik Yaghmour2019-05-013-0/+56
* Disable queues_with_libBacktraceRecordingJonas Devlieghere2019-05-011-0/+1
* Disabling test in TestClassTemplateParameterPack.py until we do template look...Shafik Yaghmour2019-05-012-7/+9
* Un-xfail the TestMiniDump tests on WindowsStella Stamenova2019-04-301-2/+0
* Instantiate 'std' templates explicitly in the expression evaluatorRaphael Isemann2019-04-3048-0/+800
* @skipIfLinux another batch of flaky lldb-mi testsPavel Labath2019-04-292-1/+3
* [lldb] [test] Remove duplicate YMM/ZMM dotest testsMichal Gorny2019-04-294-354/+0
* [Windows] Dump more information about access violation exceptionAleksandr Urakov2019-04-291-1/+1
* TestZMMRegister: use an integer division as intendedFrederic Riss2019-04-261-2/+2
* [TestTemplateFunction] Add a missing debug info variant.Davide Italiano2019-04-251-1/+1
* Another use of the interactive lldb.debugger.Jason Molenda2019-04-251-1/+1
* Two tests were using the interactive convenience variableJason Molenda2019-04-252-3/+3
* Skip test introduced in r359140 on windowsFrederic Riss2019-04-241-0/+2
* Fix infinite recursion when calling C++ template functionsFrederic Riss2019-04-243-0/+51
* [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
* Rename C++ TestGlobalVariables.py to have a distinct name from C version.Adrian Prantl2019-04-221-0/+0
* @skipIfLinux flaky lldb-mi testsPavel Labath2019-04-213-0/+3
* Make TestVSCode_step pass reliablyPavel Labath2019-04-211-7/+1
* [Tests] Split float test into float and doublesJonas Devlieghere2019-04-194-18/+76
* This test doesn't need to be run for all debug formats.Jim Ingham2019-04-191-0/+1
* [lldb] [test] Mark three more tests flakey/xfail on NetBSDMichal Gorny2019-04-182-0/+3
* [lldb] Don't filter variable list when doing a lookup by mangled name in Symb...Kuba Mracek2019-04-183-0/+63
* Breakpad: Match the new UUID algorithm in minidumpsPavel Labath2019-04-162-0/+12
* [ASTImporter] Regression test to ensure that we handling importing of anonymo...Shafik Yaghmour2019-04-153-0/+36
* Make TestPrintStackTraces deterministicPavel Labath2019-04-122-158/+8
* [lldb-server] Update tests to use std::thread/mutex for all platformsAaron Smith2019-04-121-86/+81
* [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
* Fix undefined behavior in DWARFASTParser::ParseChildArrayInfo()Adrian Prantl2019-04-101-0/+2
* [testsuite] Split Obj-C foundation testJonas Devlieghere2019-04-104-142/+154
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-083-0/+125
* [testsuite] Split Objective-C new syntax testJonas Devlieghere2019-04-055-204/+225
* [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
* TestVCCode_step: replace assertTrue with more specific assertionsPavel Labath2019-04-051-10/+10
* modify-python-lldb.py: (Re)move __len__ and __iter__ supportPavel Labath2019-04-041-0/+1
* Un-xfail one of the TestMiniDumpUUID tests on WindowsStella Stamenova2019-04-031-1/+0
* Re-enable most lldb-vscode tests on Linux.Jorge Gorbe Moya2019-04-034-20/+5
* Attempt #2 to get this patch working. I will watch the build bots carefully t...Greg Clayton2019-04-035-0/+81
* modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath2019-04-036-0/+13
* 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-022-5/+7
OpenPOWER on IntegriCloud