llvm-capstone/lldb
Jonas Devlieghere 5bae3a0b0c
[lldb] Remove CompileUnit::SetSupportFiles overload (NFC)
CompileUnit::SetSupportFiles had two overloads, one that took and lvalue
reference and one that takes an rvalue reference. This removes both and
replaces it with an overload that takes the FileSpecList by value and
moves it into the member variable.

Because we're storing the value as a member, this covers both cases. If
the new FileSpecList was passed by lvalue reference, we'd copy it into
the member anyway. If it was passed as an rvalue reference, we'll have
created a new instance using its move and then immediately move it again
into our member. In either case the number of copies remains unchanged.
2023-10-19 11:14:25 -07:00
..
bindings [lldb] Add SBType::FindDirectNestedType() function (#68705) 2023-10-14 10:52:34 +04:00
cmake [LLDB] Allow specifying a custom exports file (#68013) 2023-10-05 20:17:48 -04:00
docs [lldb][Docs] Use RST link format in IntelPT doc 2023-10-09 08:21:21 +01:00
examples Revert "Detect against invalid variant index for LibStdC++ std::variant data formatters (#69253)" 2023-10-18 10:25:41 +00:00
include [lldb] Remove CompileUnit::SetSupportFiles overload (NFC) 2023-10-19 11:14:25 -07:00
packages/Python/lldbsuite [lldb] Rename lldb-vscode to lldb-dap (#69264) 2023-10-19 09:48:54 -07:00
resources [lldb][NFC] Remove copy of debugserver entitlements plist 2023-01-31 12:58:37 -08:00
scripts [lldb][windows] Cover more symbols in LLDB_EXPORT_ALL_SYMBOLS 2023-09-30 16:06:19 -07:00
source [lldb] Remove CompileUnit::SetSupportFiles overload (NFC) 2023-10-19 11:14:25 -07:00
test [lldb] Rename lldb-vscode to lldb-dap (#69264) 2023-10-19 09:48:54 -07:00
third_party/Python/module [lldb] Remove use of __future__ in python 2023-08-14 14:14:48 -07:00
tools [lldb] Rename lldb-vscode to lldb-dap (#69264) 2023-10-19 09:48:54 -07:00
unittests [lldb] Scalar::GetValue() should take a Stream by reference (#69231) 2023-10-17 15:40:51 -07:00
utils [llvm][tblgen] Add Source Filename for emitSourceFileHeader (#65744) 2023-09-26 13:40:56 +08:00
.clang-format
.clang-tidy
.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 [lldb] Format more Python files with black (#65979) 2023-09-12 08:46:34 +01:00