[all-commits] [llvm/llvm-project] a2a991: [lldb-vscode] Make descriptive summaries and raw c...
Walter Erquinigo via All-commits
all-commits at lists.llvm.org
Mon Sep 11 14:00:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2a9918a8524f3f7675297b75daa2a80bc0790ff
https://github.com/llvm/llvm-project/commit/a2a9918a8524f3f7675297b75daa2a80bc0790ff
Author: Walter Erquinigo <a20012251 at gmail.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
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/test/API/tools/lldb-vscode/evaluate/TestVSCode_evaluate.py
M lldb/test/API/tools/lldb-vscode/variables/TestVSCode_variables.py
M lldb/tools/lldb-vscode/JSONUtils.cpp
M lldb/tools/lldb-vscode/VSCode.cpp
M lldb/tools/lldb-vscode/VSCode.h
M lldb/tools/lldb-vscode/lldb-vscode.cpp
M lldb/tools/lldb-vscode/package.json
Log Message:
-----------
[lldb-vscode] Make descriptive summaries and raw child for synthetics configurable (#65687)
"descriptive summaries" should only be used for small to medium binaries
because of the performance penalty the cause when completing types. I'm
defaulting it to false.
Besides that, the "raw child" for synthetics should be optional as well.
I'm defaulting it to false.
Both options can be set via a launch or attach config, following the
pattern of most settings. javascript extension wrappers can set these
settings on their own as well.
More information about the All-commits
mailing list