This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] RISC-V Prologue Scan And Test Improvement


Two patches that are unrelated other than being RISC-V related.

--

Andrew Burgess (2):
  gdb/riscv: Stop prologue scan if instruction fetch/decode fails
  gdb/riscv: Update test to support targets without FP hardware

 gdb/ChangeLog                                |  6 ++++++
 gdb/riscv-tdep.c                             | 27 ++++++++++++++++++++++++---
 gdb/testsuite/ChangeLog                      |  5 +++++
 gdb/testsuite/gdb.arch/riscv-reg-aliases.exp | 24 ++++++++++++++++++------
 4 files changed, 53 insertions(+), 9 deletions(-)

-- 
2.14.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]