[Lldb-commits] [PATCH] D62732: [RISCV] Add SystemV ABI
Luís Marques via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 22 04:01:38 PDT 2020
luismarques added a comment.
In D62732#2286332 <https://reviews.llvm.org/D62732#2286332>, @wallace wrote:
> @luismarques , what's the recommended gdb-server implementation you recommend for me to try this on a riscv machine?
I compiled mine from the mainline binutils-gdb git repository (running on Fedora riscv64). But I suggest that you used OpenOCD instead, as I think that RISC-V gdbserver had some issues. If I recall correctly, gdbserver wouldn't return from the `c` command even if it hit a breakpoint. GDB was using `vCont` instead so it didn't run into that problem. Anyway, that's in my TODO list to better reduce the issue and report bugs/send patches, but just to let you know.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62732/new/
https://reviews.llvm.org/D62732
More information about the lldb-commits
mailing list