aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test
AgeCommit message (Expand)AuthorFilesLines
2019-08-28[dotest] Don't spend time replacing spaces in print output.Jonas Devlieghere1-8/+0
2019-08-28[TestCppOperators] Enable TestCppOperators on Windows.Jonas Devlieghere1-2/+1
2019-08-28[dotest] Remove -q (quiet) flag.Jonas Devlieghere4-48/+28
2019-08-28[lldb][NFC] Test named operators like new and function names that might confu...Raphael Isemann1-0/+18
2019-08-28[lldb][NFC] Actually run all expects in lang/cpp/operatorsRaphael Isemann1-12/+6
2019-08-28[lldb][NFC] Extend operator test case with conversion operatorsRaphael Isemann1-0/+9
2019-08-28[lldb][NFC] Test custom C++ operatorsRaphael Isemann3-0/+150
2019-08-28[lldb] Fix and test completion for ambiguous long optionsRaphael Isemann2-0/+17
2019-08-28[test] Disable TestConcurrentManySignals on Darwin.Jonas Devlieghere1-0/+2
2019-08-27[dotest] Remove check for LLDB_TESTSUITE_FORCE_FINISHJonas Devlieghere1-6/+0
2019-08-27[dotest] Remove results portJonas Devlieghere3-17/+0
2019-08-27[lldb][NFC] Add missing invalid_core_file to TestTargetCommand testRaphael Isemann1-0/+1
2019-08-27Stabilize TestIOHandlerCompletionPavel Labath1-1/+2
2019-08-27[lldb][NFC] Add some tests for the target subcommandsRaphael Isemann1-1/+145
2019-08-27[lldb][NFC] Give added test method a unique nameRaphael Isemann1-2/+2
2019-08-27[lldb] Allow partial completions to fix directory completion.Raphael Isemann2-0/+21
2019-08-27Fix TestStdCXXDisassembly.pyPavel Labath1-1/+1
2019-08-27[test] Disable two of the recently (re)enabled tests on Windows.Jonas Devlieghere2-0/+2
2019-08-27[dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere11-48/+0
2019-08-26TestFunctionStarts.py: add synchronizationFrederic Riss2-2/+21
2019-08-26[dotest] Print invocation when encountering an error.Jonas Devlieghere1-2/+6
2019-08-23Skip tail call frame tests when dwarf_version < 4Vedant Kumar9-8/+17
2019-08-23[LLDB] Address post-commit code review feedback.Jonas Devlieghere1-2/+0
2019-08-22TestAppleSimulatorOSType: Pass the --standalone argument to simctlFrederic Riss1-1/+1
2019-08-22[lldb][NFC] Add test for target stop-hook disable/enable/deleteRaphael Isemann1-5/+28
2019-08-21[test] Update test so it matches the Windows outputJonas Devlieghere1-3/+3
2019-08-21When building file without debug info, include the architectureJason Molenda1-1/+5
2019-08-21Add char8_t support (C++20)Jonas Devlieghere3-0/+53
2019-08-21[lldb][NFC] Merge multiple TestApropos.pyRaphael Isemann2-26/+10
2019-08-21[lldb] Add tests for 'settings remove' and fix error message typosRaphael Isemann1-0/+39
2019-08-21[lldb] Add tests for setting completions and enable 'settings remove' completionRaphael Isemann1-0/+18
2019-08-21[lldb][NFC] Add tests for register commandRaphael Isemann1-0/+13
2019-08-21[lldb][NFC] Add tests for invalid command invocationsRaphael Isemann6-0/+93
2019-08-21Update a few tests that may change the platform to save & restoreJason Molenda4-4/+31
2019-08-20[dotest] Don't set the DWARF version override in CFLAGS_EXTRA.Jonas Devlieghere2-6/+5
2019-08-20[LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC)Med Ismail Bennani1-8/+0
2019-08-20[lldb][NFC] Test quotes when completingRaphael Isemann1-0/+26
2019-08-19[lldb] Fix typo on the BreakpointLocation header and the lldbtest.py (NFC)Med Ismail Bennani1-3/+5
2019-08-19[lldb-vscode] add `launchCommands` to handle launch specific commandsAlex Langford3-14/+96
2019-08-19[lldb] Make TestIOHandlerCompletion more stable and document itRaphael Isemann1-1/+4
2019-08-19[dotest] Add --dwarf-version to override the tested DWARF version.Jonas Devlieghere5-7/+22
2019-08-19[lldb][NFC] Add a few more completion tests to increase test coverageRaphael Isemann1-0/+23
2019-08-15Stop-hooks weren't getting called on step-out. Fix that.Jim Ingham3-0/+65
2019-08-15Change test to use uint64_t to support compiling for 32-bit architectures.Adrian Prantl1-2/+2
2019-08-14Improve anonymous class heuristic in ClangASTContext::CreateRecordTypeShafik Yaghmour4-10/+15
2019-08-14[API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptrPavel Labath2-2/+17
2019-08-14Update Python tests for lldb-server on WindowsAaron Smith17-17/+87
2019-08-13Initial support for native debugging of x86/x64 Windows processesAaron Smith1-5/+5
2019-08-13[lldb][NFC] Add basic IOHandler completion testRaphael Isemann2-0/+63
2019-08-12Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...Stella Stamenova5-65/+0