This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 30889578d Add an LLVM-style dump method to CompilerType for extra conve [...] new 139e15f9c [lldb-vscode] Support running in server mode on Windows.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: tools/lldb-vscode/CMakeLists.txt | 1 + tools/lldb-vscode/IOStream.cpp | 153 ++++++++++++++++++++++++++++++++++++++ tools/lldb-vscode/IOStream.h | 69 +++++++++++++++++ tools/lldb-vscode/VSCode.cpp | 104 +++++++++----------------- tools/lldb-vscode/VSCode.h | 8 +- tools/lldb-vscode/lldb-vscode.cpp | 26 +++---- tools/lldb-vscode/package.json | 3 + 7 files changed, 278 insertions(+), 86 deletions(-) create mode 100644 tools/lldb-vscode/IOStream.cpp create mode 100644 tools/lldb-vscode/IOStream.h