[Lldb-commits] [PATCH] D52103: Add descriptions to completed expressions

2018-09-17 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL342385: Add descriptions to completed expressions (authored by teemperor, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D52103?vs=165527&id=1

[Lldb-commits] [PATCH] D52103: Add descriptions to completed expressions

2018-09-17 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision as: JDevlieghere. JDevlieghere added a comment. This revision is now accepted and ready to land. LGTM! Repository: rLLDB LLDB https://reviews.llvm.org/D52103 ___ lldb-commits mailing list lldb-commits@lists.llv

[Lldb-commits] [PATCH] D52103: Add descriptions to completed expressions

2018-09-14 Thread Raphael Isemann via Phabricator via lldb-commits
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 t