[Lldb-commits] [PATCH] D52103: Add descriptions to completed expressions
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 14 10:26:32 PDT 2018
teemperor created this revision.
teemperor added a reviewer: LLDB.
Herald added a subscriber: lldb-commits.
Completing inside the expression command now uses the new description API
to also provide additional information to the user. For now this information
are the types of variables/fields and the signatures of completed function calls.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D52103
Files:
packages/Python/lldbsuite/test/expression_command/completion/TestExprCompletion.py
source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52103.165527.patch
Type: text/x-patch
Size: 6480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180914/992dc432/attachment.bin>
More information about the lldb-commits
mailing list