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_ [
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