> On Jul 20, 2016, at 4:32 PM, Khaled Mohammed via lldb-dev
> wrote:
>
> Hi,
>
> Is there a document which describes in detail how the expression evaluation
> works? is there a wiki for lldb developers?
>
There is no documentation beyond the code & its comments describing how this is
done,
Hi,
Is there a document which describes in detail how the expression evaluation
works? is there a wiki for lldb developers?
Few questions...
1) Does it use clang to parse the expression text directly? or is the
expression text morphed into a function before passing to clang?
2) Is the evaluation