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

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 10 10:31:08 PDT 2024


================
@@ -124,6 +124,9 @@ class ABISysV_riscv : public lldb_private::RegInfoBasedABI {
   using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance
                                                         // instead.
   bool m_is_rv64; // true if target is riscv64; false if target is riscv32
+  static constexpr size_t s_regs_for_args_count =
----------------
Michael137 wrote:

does this need to live in the header?

https://github.com/llvm/llvm-project/pull/99336


More information about the lldb-commits mailing list