[Lldb-commits] [PATCH] D50802: Expression autocompletion with variables and symbols

2018-08-15 Thread Arnaud Coomans via Phabricator via lldb-commits
acoomans created this revision. acoomans added a reviewer: lldb-commits. This adds autocompletion for the `expression` (and thus `print` and `p`) commands. Variables and symbols are suggested. For example: let's assume we have a struct called //my_struct//. We break, then run: (lldb) p my_ [

[Lldb-commits] [PATCH] D50802: Expression autocompletion with variables and symbols

2018-08-16 Thread Arnaud Coomans via Phabricator via lldb-commits
acoomans abandoned this revision. acoomans added a comment. @teemperor Nice. Looks like you're way ahead of me. I'll abandon this. Let me know if you want help with your code! Repository: rLLDB LLDB https://reviews.llvm.org/D50802 ___ lldb-commi