[all-commits] [llvm/llvm-project] 33bf08: [lldb-dap] Correctly detect alias commands with ar...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Fri May 17 02:24:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33bf08ec36efc2fc2df8217eddd751cef9bc6be6
https://github.com/llvm/llvm-project/commit/33bf08ec36efc2fc2df8217eddd751cef9bc6be6
Author: Pavel Labath <pavel at labath.sk>
Date: 2024-05-17 (Fri, 17 May 2024)
Changed paths:
A lldb/test/API/tools/lldb-dap/repl-mode/Makefile
A lldb/test/API/tools/lldb-dap/repl-mode/TestDAP_repl_mode_detection.py
A lldb/test/API/tools/lldb-dap/repl-mode/main.cpp
M lldb/tools/lldb-dap/DAP.cpp
Log Message:
-----------
[lldb-dap] Correctly detect alias commands with arguments in repl (#92137)
ResolveCommand will not succeed for an alias command with arguments, and
the code wasn't providing any. Replace that with explicit query(ies) for
the existence of a command with the given name.
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