llvm-capstone/lldb
Walter Erquinigo a2a9918a85
[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.
2023-09-11 17:00:01 -04:00
..
bindings Re-land "[lldb/docs] Silence warnings when generating website" 2023-08-31 20:35:10 +01:00
cmake
docs Wrong link target in the documentation #62990 2023-09-08 15:38:28 +01:00
examples [lldb][Docs] Additions to debuging LLDB page (#65635) 2023-09-08 10:05:16 +01:00
include [lldb] Reinstate default constructor for SBCommandInterpreter 2023-09-09 20:20:04 -07:00
packages/Python/lldbsuite [lldb-vscode] Make descriptive summaries and raw child for synthetics configurable (#65687) 2023-09-11 17:00:01 -04:00
resources
scripts
source [LLDB][NFC] Add the mojo language to Language::GetPrimaryLanguage 2023-09-11 15:25:05 -04:00
test [lldb-vscode] Make descriptive summaries and raw child for synthetics configurable (#65687) 2023-09-11 17:00:01 -04:00
third_party/Python/module
tools [lldb-vscode] Make descriptive summaries and raw child for synthetics configurable (#65687) 2023-09-11 17:00:01 -04:00
unittests [lldb] Fix duplicate word typos; NFC 2023-09-01 21:32:24 -07:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CodeOwners.rst
LICENSE.TXT
use_lldb_suite_root.py