llvm-capstone/lldb
Jonas Devlieghere 86f21e92ab
[lldb] Reinstate default constructor for SBCommandInterpreter
The default constructor for SBCommandInterpreter was (unintentionally)
made protected in 27b6a4e63a. The goal of the patch was to make the
constructor taking an lldb_private type protected, but due to the
presence of a default argument, this ctor also served as the default
constructor. The latter should remain public.

This commit reinstates the original behavior by removing the default
argument and having an explicit, public default constructor.
2023-09-09 20:20:04 -07:00
..
bindings Re-land "[lldb/docs] Silence warnings when generating website" 2023-08-31 20:35:10 +01:00
cmake [lldb] Bump SWIG minimum version to 4 2023-08-04 14:34:01 -07:00
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] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
resources [lldb][NFC] Remove copy of debugserver entitlements plist 2023-01-31 12:58:37 -08:00
scripts [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
source [lldb] Reinstate default constructor for SBCommandInterpreter 2023-09-09 20:20:04 -07:00
test [lldb] Add test to document alias tab completion behaviour (#65760) 2023-09-08 17:08:02 +01:00
third_party/Python/module [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
tools [lldb-vscode] Show a fake child with the raw value of synthetic types (#65552) 2023-09-06 20:13:48 -04:00
unittests [lldb] Fix duplicate word typos; NFC 2023-09-01 21:32:24 -07:00
utils [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
CodeOwners.rst [lldb] Update LLDB Code Ownership 2023-08-08 08:54:03 -07:00
LICENSE.TXT
use_lldb_suite_root.py