llvm-capstone/lldb
Alex Langford 673f91055a [lldb][NFCI] Remove unneeded use of ConstString in ASTResultSynthesizer
2/3 of the ConstStrings in this class were just to be able to log
something. Putting something in the StringPool just to log it doesn't
make a lot of sense, so let's remove them.

The remaining use is for `RegisterPersistentDecl` which is fine for now.

Differential Revision: https://reviews.llvm.org/D153905
2023-07-03 09:31:10 -07:00
..
bindings [lldb] Fix lua build after 27b6a4e63a 2023-05-15 17:24:00 -07:00
cmake [lldb][cmake] Allow specifying custom libcxx for tests in standalone builds 2023-05-20 12:07:48 +01:00
docs "fp" -> "flags" typeo in description of generic registers 2023-06-29 18:22:58 -07:00
examples [lldb] Have crashlog warn when remapped paths are inaccessible. 2023-06-14 17:15:28 -07:00
include [lldb][NFC] Simplify GetLocation_DW_OP_addr function 2023-07-03 08:36:57 -04:00
packages/Python/lldbsuite Creating a startDebugging reverse DAP request handler in lldb-vscode. 2023-06-29 14:45:57 -04:00
resources [lldb][NFC] Remove copy of debugserver entitlements plist 2023-01-31 12:58:37 -08:00
scripts [lldb][AArch64] Add Scalable Matrix Extension option to QEMU launch script 2023-06-14 14:33:47 +01:00
source [lldb][NFCI] Remove unneeded use of ConstString in ASTResultSynthesizer 2023-07-03 09:31:10 -07:00
test [lldb] Skip apple accelerator table test in DWARF 5 mode 2023-07-03 08:35:55 -04:00
third_party/Python/module [lldb] Remove legacy six module for py2->py3 2023-01-24 19:46:26 -08:00
tools [lldb-vscode] Adjusting CreateSource to detect compiler generated frames. 2023-06-29 15:31:08 -04:00
unittests [lldb] Avoid FileSystem::Resolve for cached files in the SourceManager 2023-06-27 14:19:02 -07:00
utils [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -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
CODE_OWNERS.txt [lldb] Add entry to code owner 2023-04-25 23:15:07 -07:00
LICENSE.TXT
use_lldb_suite_root.py