Re: [lldb-dev] Trying to understand how Expression Evaluation works

2016-07-20 Thread Jim Ingham via lldb-dev
> 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,

[lldb-dev] Trying to understand how Expression Evaluation works

2016-07-20 Thread Khaled Mohammed via lldb-dev
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