This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/4] RISCV Non-DWARF stack unwinding
- From: Andrew Burgess <andrew dot burgess at embecosm dot com>
- To: gdb-patches at sourceware dot org
- Cc: jimw at sifive dot com, palmer at sifive dot com, Andrew Burgess <andrew dot burgess at embecosm dot com>
- Date: Wed, 29 Aug 2018 17:40:50 +0100
- Subject: [PATCH 0/4] RISCV Non-DWARF stack unwinding
A series of patches providing non-DWARF stack unwinding on RISC-V.
Tested on a set of targetes including with and without compressed, and
FP, and on 32 and 64 bit.
Patch #3 touches generic code and so will need global maintainer
review before I can commit.
Review and feedback is welcome for all of the other patches too.
Thanks,
Andrew
---
Andrew Burgess (4):
gdb/riscv: remove extra caching of misa register
gdb/riscv: Extend instruction decode to cover more instructions
gdb: Extend the trad-frame API
gdb/riscv: Provide non-DWARF stack unwinder
gdb/ChangeLog | 42 +++++++
gdb/riscv-tdep.c | 361 +++++++++++++++++++++++++++++++++----------------------
gdb/riscv-tdep.h | 2 +
gdb/trad-frame.c | 21 +++-
gdb/trad-frame.h | 8 ++
5 files changed, 287 insertions(+), 147 deletions(-)
--
2.14.4