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

Khaled Mohammed via lldb-dev lldb-dev at lists.llvm.org
Wed Jul 20 16:32:12 PDT 2016


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 done in target or in the host?
3) Is the code generation done in host or target? if code generation is
done in the host, how is binary passed to the target to execute?

Thanks,
-Khaled
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160720/7262b550/attachment.html>


More information about the lldb-dev mailing list