This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/5] RISC-V Linux native port
- From: Jim Wilson <jimw at sifive dot com>
- To: gdb-patches at sourceware dot org
- Cc: Jim Wilson <jimw at sifive dot com>
- Date: Tue, 7 Aug 2018 19:12:26 -0700
- Subject: [PATCH 0/5] RISC-V Linux native port
Here are my current patches to add the RISC-V Linux native support to
gdb. These have been tested on a Hifive Unleashed running Fedora as
previously mentioned and are working reasonably well.
One caveat I should mention here is that this port requires multiple
Linux kernel patches and a GLIBC patch, which people may not already
have. I'm not sure how to handle that. I have a README.md in my
personal github repo that points at the patches. There is 1 linux
kernel patch that was added in the previous merge window, 2 being
added in the current merge window, and one I haven't submitted yet for
FP register support because it needs some cleanup work before
upstreaming. There is also a glibc patch that was just added last
week.
Jim