Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] RISCV Non-DWARF stack unwinding
@ 2018-08-29 16:41 Andrew Burgess
  2018-08-29 16:41 ` [PATCH 1/4] gdb/riscv: remove extra caching of misa register Andrew Burgess
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Andrew Burgess @ 2018-08-29 16:41 UTC (permalink / raw)
  To: gdb-patches; +Cc: jimw, palmer, Andrew Burgess

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-08-31 15:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29 16:41 [PATCH 0/4] RISCV Non-DWARF stack unwinding Andrew Burgess
2018-08-29 16:41 ` [PATCH 1/4] gdb/riscv: remove extra caching of misa register Andrew Burgess
2018-08-29 23:10   ` Palmer Dabbelt
2018-08-29 16:41 ` [PATCH 4/4] gdb/riscv: Provide non-DWARF stack unwinder Andrew Burgess
2018-08-29 23:36   ` Palmer Dabbelt
2018-08-29 16:41 ` [PATCH 3/4] gdb: Extend the trad-frame API Andrew Burgess
2018-08-31 15:03   ` Tom Tromey
2018-08-29 16:41 ` [PATCH 2/4] gdb/riscv: Extend instruction decode to cover more instructions Andrew Burgess
2018-08-29 22:05   ` Jim Wilson
2018-08-29 23:10   ` Palmer Dabbelt
2018-08-29 23:36 ` [PATCH 0/4] RISCV Non-DWARF stack unwinding Palmer Dabbelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox