summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-vscode/lldb-vscode.cpp
Commit message (Expand)AuthorAgeFilesLines
* The field ‘totalFrames’ which is total number of frames available, is man...Serhiy Redko2019-12-091-0/+2
* [lldb-vscode] support the completion requestWalter Erquinigo2019-11-151-1/+148
* [lldb-vscode] correctly handle multiple sourceMap entriesAlex Langford2019-09-261-2/+2
* [LLDB] Cast -1 (as invalid socket) to the socket type before comparingMartin Storsjo2019-09-211-2/+3
* [lldb-vscode] add `launchCommands` to handle launch specific commandsAlex Langford2019-08-191-5/+14
* Various build fixes for lldb on MinGWHaibo Huang2019-08-061-0/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-54/+0
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-2/+4
* [lldb-vscode] Fix dangling pointer in request_evaluate.Jorge Gorbe Moya2019-03-151-1/+4
* [lldb-vscode] Don't try to launch an invalid program.Jorge Gorbe Moya2019-03-131-0/+1
* [lldb-vscode] Report an error if an invalid program is specified.Zachary Turner2019-03-081-5/+8
* [lldb-vscode] Support running in server mode on Windows.Zachary Turner2019-03-071-15/+11
* [lldb-vscode] Correctly propagate errors back to VS Code.Zachary Turner2019-03-061-12/+12
* 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-17/+17
* Fix typos.Bruce Mitchener2018-10-041-7/+7
* Fix lldb-vscode build on WindowsReid Kleckner2018-08-161-7/+7
* Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton2018-08-161-0/+2706
OpenPOWER on IntegriCloud