summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-vscode/VSCode.cpp
Commit message (Expand)AuthorAgeFilesLines
* lldb-vscode: Add a forgotten cast to voidPavel Labath2019-10-301-0/+1
* [lldb-vscod] fix build with NDEBUG on windowsSquallATF2019-10-301-3/+4
* [LLDB] Rework a MinGW build fix from D65691Martin Storsjo2019-09-231-3/+1
* Various build fixes for lldb on MinGWHaibo Huang2019-08-061-0/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Remove unused functionJonas Devlieghere2019-03-071-6/+0
* [lldb-vscode] Support running in server mode on Windows.Zachary Turner2019-03-071-67/+37
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add a check whether or not a str is utf8 prior to emplacingNathan Lanza2018-11-151-1/+1
* Adjust some id bit shifts to fit inside 32 bit integersNathan Lanza2018-11-071-2/+3
* Set stdout/stdin to binary mode on WindowsNathan Lanza2018-11-051-0/+12
* Fix lldb-vscode build on WindowsReid Kleckner2018-08-161-1/+1
* Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton2018-08-161-0/+336
OpenPOWER on IntegriCloud