[Lldb-commits] [lldb] [llvm] [lldb][RISCV] function calls support in lldb expressions (PR #99336)

via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 10 03:13:10 PDT 2024


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


More information about the lldb-commits mailing list