[0/3] riscv: improve unwinding with no DWARF

Message ID cover.1678743865.git.aburgess@redhat.com
Headers
Series riscv: improve unwinding with no DWARF |

Message

Andrew Burgess March 13, 2023, 9:46 p.m. UTC
  This series fixes the RISC-V test failures in
gdb.base/unwind-on-every-insn.exp.

Patch #1 is just some refactoring of the debug printing code.

Patches #2 and #3 are the interesting bits.

Thanks,
Andrew

---

Andrew Burgess (3):
  gdb/riscv: convert riscv debug settings to new debug print scheme
  gdb/riscv: support c.ldsp and c.lwsp in prologue scanner
  gdb/riscv: fix regressions in gdb.base/unwind-on-each-insn.exp

 gdb/riscv-tdep.c | 477 ++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 367 insertions(+), 110 deletions(-)


base-commit: 7fee66abd3fd69a0c4dc6c8dcd9aa49eede3864e
  

Comments

Andrew Burgess April 3, 2023, 11:48 a.m. UTC | #1
Andrew Burgess <aburgess@redhat.com> writes:

> This series fixes the RISC-V test failures in
> gdb.base/unwind-on-every-insn.exp.
>
> Patch #1 is just some refactoring of the debug printing code.
>
> Patches #2 and #3 are the interesting bits.
>
> Thanks,
> Andrew
>
> ---
>
> Andrew Burgess (3):
>   gdb/riscv: convert riscv debug settings to new debug print scheme
>   gdb/riscv: support c.ldsp and c.lwsp in prologue scanner
>   gdb/riscv: fix regressions in gdb.base/unwind-on-each-insn.exp
>

I've gone ahead and pushed this series.

Thanks,
Andrew