[all-commits] [llvm/llvm-project] 7202d1: Fix lldb-vscode logging and enable logging for all...
Greg Clayton via All-commits
all-commits at lists.llvm.org
Thu Feb 13 09:58:42 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7202d1c2f6c83e989979bb76a61cbe1d0c859420
https://github.com/llvm/llvm-project/commit/7202d1c2f6c83e989979bb76a61cbe1d0c859420
Author: Greg Clayton <gclayton at fb.com>
Date: 2020-02-13 (Thu, 13 Feb 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
M lldb/tools/lldb-vscode/VSCode.cpp
Log Message:
-----------
Fix lldb-vscode logging and enable logging for all lldb-vscode tests.
Summary:
This patch fixes logging to log incoming packets which was removed during a refactor.
We also enable logging to a "vscode.txt" file for each lldb-vscode test by creating the log file in the build artifacts directory for each test. This allows users to see the packets for their tests if needed and the log file is in a directory that will be removed after tests have been run.
Reviewers: labath, aadsm, serhiy.redko, jankratochvil, xiaobai, wallace
Subscribers: lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D74566
More information about the All-commits
mailing list