summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-vscode
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
* [CMake] Configure the Info.plist so it contains a real version number.Jonas Devlieghere2019-11-152-1/+11
* [LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere2019-11-131-2/+2
* [lldb] Record framework build path and use it everywhereHaibo Huang2019-11-061-2/+1
* 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-vscode] correctly handle multiple sourceMap entriesAlex Langford2019-09-261-2/+2
* [LLDB] Rework a MinGW build fix from D65691Martin Storsjo2019-09-231-3/+1
* [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-062-0/+4
* [lldb] Handle EOF from `lldb-vscode`Jan Kratochvil2019-07-161-0/+5
* [CMake] LLDB.framework tools handlingStefan Granitz2019-05-291-1/+11
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-106-144/+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
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-112-77/+77
* [lldb-vscode] Fix warningJonas Devlieghere2019-03-081-2/+2
* [lldb-vscode] Report an error if an invalid program is specified.Zachary Turner2019-03-081-5/+8
* Make bytes_read an unsignedJonas Devlieghere2019-03-071-1/+1
* Remove unused functionJonas Devlieghere2019-03-071-6/+0
* [lldb-vscode] Support running in server mode on Windows.Zachary Turner2019-03-077-86/+278
* [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-1917-68/+51
* [CMake] Revised RPATH handlingStefan Granitz2019-01-041-0/+4
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-3/+1
* Add a check whether or not a str is utf8 prior to emplacingNathan Lanza2018-11-154-40/+65
* Adjust some id bit shifts to fit inside 32 bit integersNathan Lanza2018-11-074-6/+107
* Adjust the comment section of CreateSource to account for lines longer than 60Nathan Lanza2018-11-051-2/+6
* Set stdout/stdin to binary mode on WindowsNathan Lanza2018-11-051-0/+12
* Fix typos.Bruce Mitchener2018-10-044-13/+13
* Fix lldb-vscode README.mdAlex Langford2018-09-141-8/+8
* Update the Core file loading instructions so they keep the process stopped af...Greg Clayton2018-08-161-0/+1
* Fix lldb-vscode build on WindowsReid Kleckner2018-08-164-11/+12
* Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton2018-08-1621-0/+5499
OpenPOWER on IntegriCloud