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
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to