dlav-sc wrote:

I've added float, doubles and pointers support in lldb expressions.

Currently, just several python API tests that check expressions with static 
class members (BTW, static methods work) and complex expressions like `expr 
struct Test { int a; int b; }; auto t = Test{3, 4}; t;` fail.

https://github.com/llvm/llvm-project/pull/99336
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to