[Lldb-commits] [lldb] [llvm] [lldb][RISCV] function calls support in lldb expressions (PR #99336)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 4 05:36:35 PDT 2024
dlav-sc wrote:
> > Well, for now I assume that existing tests are enough. Meaning we have a list of tests that start passing
> > after these patches are applied.
>
> How are you running the tests? We're working on getting the tests running in a sane fashion, using user space qemu.
For now I just run Python API tests. They support remote debugging, so dotest.py has options like `--platform-name`, `--platform-url` and `--platform-working-dir` that I use to connect to qemu-system-riscv64 with lldb-server running on it.
https://github.com/llvm/llvm-project/pull/99336
More information about the lldb-commits
mailing list