[all-commits] [llvm/llvm-project] 6f5b98: [lldb] returning command completions up to a maxim...
Ely Ronnen via All-commits
all-commits at lists.llvm.org
Wed Apr 23 15:01:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f5b98b3247969eb85135141bdae4a2d6aeb284a
https://github.com/llvm/llvm-project/commit/6f5b98b3247969eb85135141bdae4a2d6aeb284a
Author: Ely Ronnen <elyronnen at gmail.com>
Date: 2025-04-23 (Wed, 23 Apr 2025)
Changed paths:
M lldb/include/lldb/Utility/CompletionRequest.h
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/source/API/SBCommandInterpreter.cpp
M lldb/source/Commands/CommandCompletions.cpp
M lldb/test/API/commands/expression/completion/TestExprCompletion.py
Log Message:
-----------
[lldb] returning command completions up to a maximum (#135565)
- Adding `max_return_elements` field to `CompletionRequest`.
- adding maximum checks to `SymbolCompleter` and `SourceFileCompleter`.
Fixes #135553
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list