[all-commits] [llvm/llvm-project] 879471: [lldb] Add variable completion to dwim-print
Dave Lee via All-commits
all-commits at lists.llvm.org
Mon Mar 6 10:42:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8794712e8877ed366542c32e28abe40d0a9ced6d
https://github.com/llvm/llvm-project/commit/8794712e8877ed366542c32e28abe40d0a9ced6d
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M lldb/source/Commands/CommandObjectDWIMPrint.cpp
M lldb/source/Commands/CommandObjectDWIMPrint.h
M lldb/test/API/functionalities/completion/TestCompletion.py
Log Message:
-----------
[lldb] Add variable completion to dwim-print
Enable completion of variables for `dwim-print` command.
Differential Revision: https://reviews.llvm.org/D145124
More information about the All-commits
mailing list