summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode
Commit message (Expand)AuthorAgeFilesLines
* [lldb-vscode] Centrally skip debug info variants for vscode testsPavel Labath2019-12-1710-25/+2
* [lldb] Use file-based synchronization in TestVSCode_attachPavel Labath2019-12-162-14/+26
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-139-9/+0
* The field ‘totalFrames’ which is total number of frames available, is man...Serhiy Redko2019-12-092-7/+27
* [lldb-vscode] Fix a race in test_extra_launch_commandsPavel Labath2019-11-251-1/+1
* [lldb-vscode] support the completion requestWalter Erquinigo2019-11-156-2/+154
* [lldb] Re-enable VSCode testsJonas Devlieghere2019-11-118-24/+3
* [dotest] Centralize initialization commands even morePavel Labath2019-09-051-1/+1
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-046-18/+6
* [lldb-vscode] add `launchCommands` to handle launch specific commandsAlex Langford2019-08-193-14/+96
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-026-9/+0
* [lldb] [test/lldb-vscode] Use realpath to match vscode behaviorMichal Gorny2019-07-301-2/+4
* [lldb] [test/lldb-vscode] Use os.path.dirname() [NFC]Michal Gorny2019-07-301-5/+5
* [lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil2019-07-292-9/+10
* [lldb] [Process/NetBSD] Report stopped process on SIGSTOPMichal Gorny2019-07-251-2/+0
* [lldb] Fix occasional hangs of VSCode testcasesJan Kratochvil2019-07-231-7/+1
* Restore tests for lldb-server and lldb-vscode removed at rL366590Antonio Afonso2019-07-2223-0/+2948
* [lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann2019-07-1923-2948/+0
* [lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...Jan Kratochvil2019-06-171-2/+6
* Fix TestVSCode_attach on LinuxStella Stamenova2019-05-091-4/+7
* Make TestVSCode_step pass reliablyPavel Labath2019-04-211-7/+1
* [lldb] [test] Mark three more tests flakey/xfail on NetBSDMichal Gorny2019-04-181-0/+2
* TestVCCode_step: replace assertTrue with more specific assertionsPavel Labath2019-04-051-10/+10
* Re-enable most lldb-vscode tests on Linux.Jorge Gorbe Moya2019-04-034-20/+5
* [lldb-vscode] Add logic to handle EOF when reading from lldb-vscode stdout.Jorge Gorbe Moya2019-04-011-31/+45
* Skip TestVSCode_setFunctionBreakpoints on linuxPavel Labath2019-03-181-0/+1
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-043-0/+6
* Fix vscode tests for python3Pavel Labath2019-02-191-2/+2
* Fix typos.Bruce Mitchener2018-10-041-1/+1
* XFail one more VSCode test which fails under heavy loadPavel Labath2018-08-311-0/+1
* [vscode] Skip some of the vscode tests on Linux and fix oneStella Stamenova2018-08-243-0/+17
* Skip tests on Darwin for now. The build bots are not passing due to heavy loa...Greg Clayton2018-08-188-3/+24
* Skip the lldb-vscode attach with waitFor test for now, some build bots are ha...Greg Clayton2018-08-171-0/+1
* Change the attach test case to use self.assertEqual so we can get more info o...Greg Clayton2018-08-171-2/+10
* Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton2018-08-1623-0/+2891
OpenPOWER on IntegriCloud